aboutsummaryrefslogtreecommitdiff
path: root/old/2021-07-15-almostbeforerefactor/alg.h
diff options
context:
space:
mode:
Diffstat (limited to 'old/2021-07-15-almostbeforerefactor/alg.h')
-rw-r--r--old/2021-07-15-almostbeforerefactor/alg.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/old/2021-07-15-almostbeforerefactor/alg.h b/old/2021-07-15-almostbeforerefactor/alg.h
deleted file mode 100644
index 865c2b3..0000000
--- a/old/2021-07-15-almostbeforerefactor/alg.h
+++ /dev/null
@@ -1,27 +0,0 @@
1#ifndef ALG_H
2#define ALG_H
3
4#include <stdio.h>
5#include <stdbool.h>
6#include <stdlib.h>
7#include <string.h>
8
9#include "macros.h"
10#include "cubetypes.h"
11
12Move base_move(Move m);
13void free_alg(Alg *alg);
14void free_alglist(AlgList *l);
15Alg * inverse_alg(Alg *alg);
16Move inverse_move(Move m);
17bool moveset_HTM(Move m);
18bool moveset_URF(Move m);
19Alg * new_alg(char *str);
20Alg * on_inverse(Alg *alg);
21void print_alg(Alg *alg, bool l);
22void print_alglist(AlgList *al, bool l);
23Alg * rotation_alg(Trans i);
24void transform_alg(Trans t, Alg *alg);
25
26#endif
27

Generated with cgit - Back to sebastiano.tronto.net