aboutsummaryrefslogtreecommitdiff
path: root/src/trans.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trans.h')
-rw-r--r--src/trans.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/trans.h b/src/trans.h
deleted file mode 100644
index 0cc8cef..0000000
--- a/src/trans.h
+++ /dev/null
@@ -1,32 +0,0 @@
1#ifndef TRANS_H
2#define TRANS_H
3
4#include "moves.h"
5
6void apply_trans(Trans t, Cube *cube);
7Trans inverse_trans(Trans t);
8Alg * rotation_alg(Trans i);
9void transform_alg(Trans t, Alg *alg);
10Move transform_move(Trans t, Move m);
11Trans transform_trans(Trans t, Trans m);
12
13void init_trans();
14
15#ifndef TRANS_C
16
17extern TransGroup tgrp_udfix;
18
19#else
20
21TransGroup
22tgrp_udfix = {
23 .n = 16,
24 .t = { uf, ur, ub, ul,
25 df, dr, db, dl,
26 uf_mirror, ur_mirror, ub_mirror, ul_mirror,
27 df_mirror, dr_mirror, db_mirror, dl_mirror },
28};
29
30#endif
31
32#endif

Generated with cgit - Back to sebastiano.tronto.net