diff options
Diffstat (limited to 'src')
| -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 | { |
