aboutsummaryrefslogtreecommitdiff
path: root/src/core/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cube.h')
-rw-r--r--src/core/cube.h4
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
5STATIC oriented_cube_t solvedcube(void); 1STATIC oriented_cube_t solvedcube(void);
6STATIC cube_t cubefromarray(uint8_t [static 8], uint8_t [static 12]); 2STATIC cube_t cubefromarray(uint8_t [static 8], uint8_t [static 12]);
7STATIC bool isconsistent(oriented_cube_t); 3STATIC bool isconsistent(oriented_cube_t);

Generated with cgit - Back to sebastiano.tronto.net