aboutsummaryrefslogtreecommitdiff
path: root/src/cube_array.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-05 09:31:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-05 09:42:39 +0200
commit9e698917cb5b332cdbf1969ddfe3840239106c8d (patch)
tree1125917c5d281aff8acfd94292b8a3d3e370bc2d /src/cube_array.h
parent99fabe8592a4022313b1cb0581881ee1bc6b1c99 (diff)
downloadnissy-core-9e698917cb5b332cdbf1969ddfe3840239106c8d.tar.gz
nissy-core-9e698917cb5b332cdbf1969ddfe3840239106c8d.zip
Implemented compose; some cleanup
Diffstat (limited to '')
-rw-r--r--src/cube_array.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cube_array.h b/src/cube_array.h
new file mode 100644
index 0000000..6d9603b
--- /dev/null
+++ b/src/cube_array.h
@@ -0,0 +1,6 @@
1/* Public properties specific to the array implementation */
2
3typedef struct {
4 uint8_t c[8];
5 uint8_t e[12];
6} cube_t;

Generated with cgit - Back to sebastiano.tronto.net