diff options
Diffstat (limited to 'src/moves.h')
| -rw-r--r-- | src/moves.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/moves.h b/src/moves.h index 082a080..4820f65 100644 --- a/src/moves.h +++ b/src/moves.h | |||
| @@ -8,8 +8,6 @@ | |||
| 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 | bool commute(Move m1, Move m2); | ||
| 12 | bool possible_next(Move m1, Move m2, Move m3); | ||
| 13 | 11 | ||
| 14 | void init_moves(); | 12 | void init_moves(); |
| 15 | 13 | ||
