aboutsummaryrefslogtreecommitdiff
path: root/src/fst.h
blob: 94f6c30ba63e3fc3c6eeccdfafcc9cd04304028c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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);

#endif

Generated with cgit - Back to sebastiano.tronto.net