diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-25 14:09:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-25 14:09:14 +0100 |
| commit | 9154476ba6bf400c1eb379f0a3aa6caae2d06d4d (patch) | |
| tree | 73bfb47ccb6cb31a7c91f9917b37a517f2146c24 /src/core/moves.h | |
| parent | cc2dacd43eb7f5ed3a2917612b9a2a9232a61e59 (diff) | |
| download | nissy-core-9154476ba6bf400c1eb379f0a3aa6caae2d06d4d.tar.gz nissy-core-9154476ba6bf400c1eb379f0a3aa6caae2d06d4d.zip | |
Added NISS to coord solver
Diffstat (limited to 'src/core/moves.h')
| -rw-r--r-- | src/core/moves.h | 4 |
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); | |||
| 15 | STATIC cube_t premove(cube_t, uint8_t); | 15 | STATIC cube_t premove(cube_t, uint8_t); |
| 16 | STATIC uint8_t inverse_move(uint8_t); | 16 | STATIC uint8_t inverse_move(uint8_t); |
| 17 | STATIC void sortparallel_moves(size_t n, uint8_t [n]); | 17 | STATIC void sortparallel_moves(size_t n, uint8_t [n]); |
| 18 | STATIC bool are_lastmoves_singlecw(size_t n, uint8_t [n]); | 18 | STATIC bool are_lastmoves_singlecw(size_t n, const uint8_t [n]); |
| 19 | 19 | ||
| 20 | STATIC cube_t applymoves(cube_t, const char *); | 20 | STATIC 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 | ||
| 238 | STATIC bool | 238 | STATIC bool |
| 239 | are_lastmoves_singlecw(size_t n, uint8_t moves[n]) | 239 | are_lastmoves_singlecw(size_t n, const uint8_t moves[n]) |
| 240 | { | 240 | { |
| 241 | bool two; | 241 | bool two; |
| 242 | 242 | ||
