diff options
Diffstat (limited to 'src/moves.h')
| -rw-r--r-- | src/moves.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moves.h b/src/moves.h index 14ae087..61c5622 100644 --- a/src/moves.h +++ b/src/moves.h | |||
| @@ -25,6 +25,6 @@ Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a); | |||
| 25 | Cube apply_move(Move m, Cube cube); | 25 | Cube apply_move(Move m, Cube cube); |
| 26 | Alg * cleanup(Alg *alg); | 26 | Alg * cleanup(Alg *alg); |
| 27 | 27 | ||
| 28 | void init_moves(); | 28 | void init_moves(void); |
| 29 | 29 | ||
| 30 | #endif | 30 | #endif |
