aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/moves.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/moves.h b/src/core/moves.h
index e56d5c8..11ac34e 100644
--- a/src/core/moves.h
+++ b/src/core/moves.h
@@ -15,7 +15,7 @@ STATIC cube_t move(cube_t, uint8_t);
15STATIC cube_t premove(cube_t, uint8_t); 15STATIC cube_t premove(cube_t, uint8_t);
16STATIC uint8_t inverse_move(uint8_t); 16STATIC uint8_t inverse_move(uint8_t);
17STATIC void sortparallel_moves(size_t n, uint8_t [n]); 17STATIC void sortparallel_moves(size_t n, uint8_t [n]);
18STATIC bool are_lastmoves_singlecw(size_t n, uint8_t [n]); 18STATIC bool are_lastmoves_singlecw(size_t n, const uint8_t [n]);
19 19
20STATIC cube_t applymoves(cube_t, const char *); 20STATIC cube_t applymoves(cube_t, const char *);
21 21
@@ -236,7 +236,7 @@ sortparallel_moves(size_t n, uint8_t moves[n])
236} 236}
237 237
238STATIC bool 238STATIC bool
239are_lastmoves_singlecw(size_t n, uint8_t moves[n]) 239are_lastmoves_singlecw(size_t n, const uint8_t moves[n])
240{ 240{
241 bool two; 241 bool two;
242 242

Generated with cgit - Back to sebastiano.tronto.net