aboutsummaryrefslogtreecommitdiff
path: root/src/cube_array.h
diff options
context:
space:
mode:
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