diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-15 19:16:34 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-15 19:16:34 +0100 |
| commit | 719080e6a88c4e17ba33a8dfec817e2d89ee666e (patch) | |
| tree | 8ef78a30f2f86fdc70093327d6cf75c47895f539 /src/alg.h | |
| parent | 298e9e11eda1db26fabced2e4ff14ce51c15a862 (diff) | |
| download | nissy-719080e6a88c4e17ba33a8dfec817e2d89ee666e.tar.gz nissy-719080e6a88c4e17ba33a8dfec817e2d89ee666e.zip | |
Added one adhoc test (cornerhtr from CO)
Diffstat (limited to 'src/alg.h')
| -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 | ||
