aboutsummaryrefslogtreecommitdiff
path: root/src/cube.h
diff options
context:
space:
mode:
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