aboutsummaryrefslogtreecommitdiff
path: root/src/core/moves.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-09-05 17:01:28 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-09-05 17:01:28 +0200
commit6e0f63d8f4608ce32c161691f490914650f4f5c1 (patch)
treecd87d7445ed4c9ce5aa647fa065e368c9c0e4db2 /src/core/moves.h
parente419ca484e62f2771766a87bfaedf75a5f99c2b1 (diff)
downloadnissy-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.h1
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 */
114STATIC cube_t 115STATIC cube_t
115premove(cube_t c, uint8_t m) 116premove(cube_t c, uint8_t m)
116{ 117{

Generated with cgit - Back to sebastiano.tronto.net