aboutsummaryrefslogtreecommitdiff
path: root/src/fst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fst.h')
-rw-r--r--src/fst.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fst.h b/src/fst.h
new file mode 100644
index 0000000..94f6c30
--- /dev/null
+++ b/src/fst.h
@@ -0,0 +1,12 @@
1#ifndef FST_H
2#define FST_H
3
4#include "coord.h"
5
6FstCube cube_to_fst(Cube *cube);
7FstCube fst_inverse(FstCube fst);
8FstCube fst_move(Move m, FstCube fst);
9void fst_to_cube(FstCube fst, Cube *cube);
10
11#endif
12

Generated with cgit - Back to sebastiano.tronto.net