aboutsummaryrefslogtreecommitdiff
path: root/src/moves.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-25 17:20:30 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-25 17:20:30 +0100
commit06c3b9610b7694db34ee91312d8f3aa2196d7d62 (patch)
tree8fe16806bdf9729de8f125ce12100ad58b431a2a /src/moves.h
parent1485cc87c248e1f56367774ebd4819a97116abcc (diff)
downloadnissy-06c3b9610b7694db34ee91312d8f3aa2196d7d62.tar.gz
nissy-06c3b9610b7694db34ee91312d8f3aa2196d7d62.zip
Added cleanup command
Diffstat (limited to '')
-rw-r--r--src/moves.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/moves.h b/src/moves.h
index 4820f65..e7881a4 100644
--- a/src/moves.h
+++ b/src/moves.h
@@ -8,6 +8,7 @@
8Cube apply_alg(Alg *alg, Cube cube); 8Cube apply_alg(Alg *alg, Cube cube);
9Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a); 9Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a);
10Cube apply_move(Move m, Cube cube); 10Cube apply_move(Move m, Cube cube);
11Alg * cleanup(Alg *alg);
11 12
12void init_moves(); 13void init_moves();
13 14

Generated with cgit - Back to sebastiano.tronto.net