aboutsummaryrefslogtreecommitdiff
path: root/src/moves.h
blob: e7881a4fe762a025d554f4c7f643e3770c125fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MOVES_H
#define MOVES_H

#include "alg.h"
#include "cube.h"
#include "env.h"

Cube        apply_alg(Alg *alg, Cube cube);
Cube        apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a);
Cube        apply_move(Move m, Cube cube);
Alg *       cleanup(Alg *alg);

void        init_moves();

#endif

Generated with cgit - Back to sebastiano.tronto.net