diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-05 17:01:28 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-09-05 17:01:28 +0200 |
| commit | 6e0f63d8f4608ce32c161691f490914650f4f5c1 (patch) | |
| tree | cd87d7445ed4c9ce5aa647fa065e368c9c0e4db2 /src/core/moves.h | |
| parent | e419ca484e62f2771766a87bfaedf75a5f99c2b1 (diff) | |
| download | nissy-core-6e0f63d8f4608ce32c161691f490914650f4f5c1.tar.gz nissy-core-6e0f63d8f4608ce32c161691f490914650f4f5c1.zip | |
Added test for premove and a comment
Diffstat (limited to 'src/core/moves.h')
| -rw-r--r-- | src/core/moves.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/moves.h b/src/core/moves.h index b542235..5d08a66 100644 --- a/src/core/moves.h +++ b/src/core/moves.h | |||
| @@ -111,6 +111,7 @@ move(cube_t c, uint8_t m) | |||
| 111 | } | 111 | } |
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | /* Applies the INVERSE of m BEFORE the scramble corresponding to c */ | ||
| 114 | STATIC cube_t | 115 | STATIC cube_t |
| 115 | premove(cube_t c, uint8_t m) | 116 | premove(cube_t c, uint8_t m) |
| 116 | { | 117 | { |
