aboutsummaryrefslogtreecommitdiff
path: root/src/alg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/alg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alg.h b/src/alg.h
index 98900b4..f45b682 100644
--- a/src/alg.h
+++ b/src/alg.h
@@ -30,6 +30,8 @@ AlgList * new_alglist();
30Alg * on_inverse(Alg *alg); 30Alg * on_inverse(Alg *alg);
31void print_alg(Alg *alg, bool l); 31void print_alg(Alg *alg, bool l);
32void print_alglist(AlgList *al, bool l); 32void print_alglist(AlgList *al, bool l);
33void swapmove(Move *m1, Move *m2);
34void unniss(Alg *alg);
33 35
34#endif 36#endif
35 37

Generated with cgit - Back to sebastiano.tronto.net