diff options
Diffstat (limited to 'src/fst.h')
| -rw-r--r-- | src/fst.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -7,6 +7,7 @@ FstCube cube_to_fst(Cube *cube); | |||
| 7 | FstCube fst_inverse(FstCube fst); | 7 | FstCube fst_inverse(FstCube fst); |
| 8 | FstCube fst_move(Move m, FstCube fst); | 8 | FstCube fst_move(Move m, FstCube fst); |
| 9 | void fst_to_cube(FstCube fst, Cube *cube); | 9 | void fst_to_cube(FstCube fst, Cube *cube); |
| 10 | int fst_where_is_edge(int e, FstCube fst); | ||
| 10 | void init_fst(); | 11 | void init_fst(); |
| 11 | 12 | ||
| 12 | #endif | 13 | #endif |
