aboutsummaryrefslogtreecommitdiff
path: root/src/core/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-22 18:45:12 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-22 18:45:12 +0200
commit77fbe3d7cbd8448f8124dba143bc5110344c6b49 (patch)
tree43a4f9f8966855a54f1e2749e6bfc6861d5f5732 /src/core/cube.h
parentbab22e1946a656088804b61cf765461b48744971 (diff)
downloadnissy-core-77fbe3d7cbd8448f8124dba143bc5110344c6b49.tar.gz
nissy-core-77fbe3d7cbd8448f8124dba143bc5110344c6b49.zip
Progress
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