aboutsummaryrefslogtreecommitdiff
path: root/src/fst.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-10 19:13:02 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-10 19:13:02 +0200
commit2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (patch)
tree0310e3458cee1d1bef6b5e9e656c9694d3bb212a /src/fst.h
parent86dd040a2d2f06e8355f5441fb1da5ed59ecc399 (diff)
downloadnissy-2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f.tar.gz
nissy-2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f.zip
Added fst_cube prototypes
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