From 445364a4b495c275e2723a05e7f4be0090ba5d0a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Oct 2022 18:12:39 +0200 Subject: Finished fst, added tests. STILL NOT WORKING. --- src/fst.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fst.h') diff --git a/src/fst.h b/src/fst.h index 94f6c30..c3b226c 100644 --- a/src/fst.h +++ b/src/fst.h @@ -7,6 +7,7 @@ FstCube cube_to_fst(Cube *cube); FstCube fst_inverse(FstCube fst); FstCube fst_move(Move m, FstCube fst); void fst_to_cube(FstCube fst, Cube *cube); +void init_fst(); #endif -- cgit v1.3