aboutsummaryrefslogtreecommitdiff
path: root/src/fst.h
blob: c3b226c580addc3f57bddf221a072a4275603556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef FST_H
#define FST_H

#include "coord.h"

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

Generated with cgit - Back to sebastiano.tronto.net