diff options
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); |
