diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 12:41:36 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 12:41:36 +0100 |
| commit | cecdb7c5a0fc4821bc56c6aae5428925ec1baa15 (patch) | |
| tree | 5f478c2154ffafe55f1866edd82546d1472fb6c3 /src/fst.h | |
| parent | 1ac26de8dcb76323a5f96eab200a027236cb55d0 (diff) | |
| download | nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.tar.gz nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.zip | |
Fixed fst_inverse
Diffstat (limited to '')
| -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 |
