diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 18:45:12 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 18:45:12 +0200 |
| commit | 77fbe3d7cbd8448f8124dba143bc5110344c6b49 (patch) | |
| tree | 43a4f9f8966855a54f1e2749e6bfc6861d5f5732 /src/core/cube.h | |
| parent | bab22e1946a656088804b61cf765461b48744971 (diff) | |
| download | nissy-core-77fbe3d7cbd8448f8124dba143bc5110344c6b49.tar.gz nissy-core-77fbe3d7cbd8448f8124dba143bc5110344c6b49.zip | |
Progress
Diffstat (limited to 'src/core/cube.h')
| -rw-r--r-- | src/core/cube.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/cube.h b/src/core/cube.h index 76c3ff1..91bb284 100644 --- a/src/core/cube.h +++ b/src/core/cube.h | |||
| @@ -1,7 +1,3 @@ | |||
| 1 | #define ZERO_ORIENTED_CUBE ((oriented_cube_t) {0}) | ||
| 2 | #define SOLVED_ORIENTED_CUBE \ | ||
| 3 | ((oriented_cube_t) { .cube = SOLVED_CUBE, .orientation = 0 }) | ||
| 4 | |||
| 5 | STATIC oriented_cube_t solvedcube(void); | 1 | STATIC oriented_cube_t solvedcube(void); |
| 6 | STATIC cube_t cubefromarray(uint8_t [static 8], uint8_t [static 12]); | 2 | STATIC cube_t cubefromarray(uint8_t [static 8], uint8_t [static 12]); |
| 7 | STATIC bool isconsistent(oriented_cube_t); | 3 | STATIC bool isconsistent(oriented_cube_t); |
