diff options
Diffstat (limited to '')
| -rw-r--r-- | src/moves.h | 1 |
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 @@ | |||
| 8 | Cube apply_alg(Alg *alg, Cube cube); | 8 | Cube apply_alg(Alg *alg, Cube cube); |
| 9 | Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a); | 9 | Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a); |
| 10 | Cube apply_move(Move m, Cube cube); | 10 | Cube apply_move(Move m, Cube cube); |
| 11 | Alg * cleanup(Alg *alg); | ||
| 11 | 12 | ||
| 12 | void init_moves(); | 13 | void init_moves(); |
| 13 | 14 | ||
