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

void        init_moves();

#endif

Generated with cgit - Back to sebastiano.tronto.net