aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-27 17:16:58 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-27 17:16:58 +0200
commit989e933fc557cbc1e9e16e45033387816ee6075e (patch)
tree867ee23bdaf6ba1e0e5f001d1a15e3bb46fa3bc3 /src/cube.h
parent2a8d66906dde19ffb7315fb3f60a396a71612037 (diff)
downloadnissy-core-989e933fc557cbc1e9e16e45033387816ee6075e.tar.gz
nissy-core-989e933fc557cbc1e9e16e45033387816ee6075e.zip
Improved transformations and cleaned up
Diffstat (limited to 'src/cube.h')
-rw-r--r--src/cube.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cube.h b/src/cube.h
index 1e11432..363cad4 100644
--- a/src/cube.h
+++ b/src/cube.h
@@ -10,6 +10,8 @@ typedef struct {
10typedef uint8_t move_t; 10typedef uint8_t move_t;
11typedef uint8_t trans_t; 11typedef uint8_t trans_t;
12 12
13extern move_t inverse_move[];
14extern trans_t inverse_trans[];
13extern cube_t solvedcube; 15extern cube_t solvedcube;
14 16
15/* Functions *****************************************************************/ 17/* Functions *****************************************************************/

Generated with cgit - Back to sebastiano.tronto.net