aboutsummaryrefslogtreecommitdiff
path: root/src/alg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/alg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alg.h b/src/alg.h
index ee73b64..8f55c15 100644
--- a/src/alg.h
+++ b/src/alg.h
@@ -33,6 +33,7 @@ AlgList * new_alglist(void);
33Alg * on_inverse(Alg *alg); 33Alg * on_inverse(Alg *alg);
34void print_alg(Alg *alg, bool l); 34void print_alg(Alg *alg, bool l);
35void print_alglist(AlgList *al, bool l); 35void print_alglist(AlgList *al, bool l);
36void sort_alglist(AlgList *al);
36void swapmove(Move *m1, Move *m2); 37void swapmove(Move *m1, Move *m2);
37Alg * unniss(Alg *alg); 38Alg * unniss(Alg *alg);
38 39

Generated with cgit - Back to sebastiano.tronto.net