aboutsummaryrefslogtreecommitdiff
path: root/src/fst.h
blob: be5e99bbd3f8c05b3c939b79717e22264d677b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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);
int         fst_where_is_edge(int e, FstCube fst);
void        init_fst();

#endif

Generated with cgit - Back to sebastiano.tronto.net