aboutsummaryrefslogtreecommitdiff
path: root/src/alg.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-15 19:16:34 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-15 19:16:34 +0100
commit719080e6a88c4e17ba33a8dfec817e2d89ee666e (patch)
tree8ef78a30f2f86fdc70093327d6cf75c47895f539 /src/alg.h
parent298e9e11eda1db26fabced2e4ff14ce51c15a862 (diff)
downloadnissy-719080e6a88c4e17ba33a8dfec817e2d89ee666e.tar.gz
nissy-719080e6a88c4e17ba33a8dfec817e2d89ee666e.zip
Added one adhoc test (cornerhtr from CO)
Diffstat (limited to 'src/alg.h')
-rw-r--r--src/alg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/alg.h b/src/alg.h
index ea95a9c..d32c8bf 100644
--- a/src/alg.h
+++ b/src/alg.h
@@ -35,7 +35,8 @@ void print_alglist(AlgList *al, bool l);
35void swapmove(Move *m1, Move *m2); 35void swapmove(Move *m1, Move *m2);
36void unniss(Alg *alg); 36void unniss(Alg *alg);
37 37
38void init_movesets(); 38void init_moveset(Moveset *ms);
39void init_all_movesets();
39 40
40#endif 41#endif
41 42

Generated with cgit - Back to sebastiano.tronto.net