diff options
Diffstat (limited to '')
| -rw-r--r-- | src/alg.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -35,7 +35,8 @@ void print_alglist(AlgList *al, bool l); | |||
| 35 | void swapmove(Move *m1, Move *m2); | 35 | void swapmove(Move *m1, Move *m2); |
| 36 | void unniss(Alg *alg); | 36 | void unniss(Alg *alg); |
| 37 | 37 | ||
| 38 | void init_movesets(); | 38 | void init_moveset(Moveset *ms); |
| 39 | void init_all_movesets(); | ||
| 39 | 40 | ||
| 40 | #endif | 41 | #endif |
| 41 | 42 | ||
