diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-27 17:16:58 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-27 17:16:58 +0200 |
| commit | 989e933fc557cbc1e9e16e45033387816ee6075e (patch) | |
| tree | 867ee23bdaf6ba1e0e5f001d1a15e3bb46fa3bc3 /src/cube.h | |
| parent | 2a8d66906dde19ffb7315fb3f60a396a71612037 (diff) | |
| download | nissy-core-989e933fc557cbc1e9e16e45033387816ee6075e.tar.gz nissy-core-989e933fc557cbc1e9e16e45033387816ee6075e.zip | |
Improved transformations and cleaned up
Diffstat (limited to 'src/cube.h')
| -rw-r--r-- | src/cube.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -10,6 +10,8 @@ typedef struct { | |||
| 10 | typedef uint8_t move_t; | 10 | typedef uint8_t move_t; |
| 11 | typedef uint8_t trans_t; | 11 | typedef uint8_t trans_t; |
| 12 | 12 | ||
| 13 | extern move_t inverse_move[]; | ||
| 14 | extern trans_t inverse_trans[]; | ||
| 13 | extern cube_t solvedcube; | 15 | extern cube_t solvedcube; |
| 14 | 16 | ||
| 15 | /* Functions *****************************************************************/ | 17 | /* Functions *****************************************************************/ |
