aboutsummaryrefslogtreecommitdiff
path: root/src/moves.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-12-26 12:41:36 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-12-26 12:41:36 +0100
commitcecdb7c5a0fc4821bc56c6aae5428925ec1baa15 (patch)
tree5f478c2154ffafe55f1866edd82546d1472fb6c3 /src/moves.h
parent1ac26de8dcb76323a5f96eab200a027236cb55d0 (diff)
downloadnissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.tar.gz
nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.zip
Fixed fst_inverse
Diffstat (limited to 'src/moves.h')
-rw-r--r--src/moves.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/moves.h b/src/moves.h
index 4afe8fb..4e8be7f 100644
--- a/src/moves.h
+++ b/src/moves.h
@@ -7,6 +7,9 @@
7 7
8void apply_alg(Alg *alg, Cube *cube); 8void apply_alg(Alg *alg, Cube *cube);
9void apply_move(Move m, Cube *cube); 9void apply_move(Move m, Cube *cube);
10void apply_move_centers(Move m, Cube *cube);
11void apply_move_corners(Move m, Cube *cube);
12void apply_move_edges(Move m, Cube *cube);
10Alg * cleanup(Alg *alg); 13Alg * cleanup(Alg *alg);
11 14
12void init_moves(); 15void init_moves();

Generated with cgit - Back to sebastiano.tronto.net