diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 14:48:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 14:48:42 +0200 |
| commit | 0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8 (patch) | |
| tree | 4e69457ed87cb06decc12889a1ded18c17610dad /src/cube_array.h | |
| parent | 259c7326f78d5495f5dc51c619932599a5279f68 (diff) | |
| download | nissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.tar.gz nissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.zip | |
Small change of plans, moved stuff around
Diffstat (limited to 'src/cube_array.h')
| -rw-r--r-- | src/cube_array.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cube_array.h b/src/cube_array.h deleted file mode 100644 index 6d9603b..0000000 --- a/src/cube_array.h +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | /* Public properties specific to the array implementation */ | ||
| 2 | |||
| 3 | typedef struct { | ||
| 4 | uint8_t c[8]; | ||
| 5 | uint8_t e[12]; | ||
| 6 | } cube_t; | ||
