aboutsummaryrefslogtreecommitdiff
path: root/old/2021-11-10-beforeremovingchecker/moves.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--old/2021-11-10-beforeremovingchecker/moves.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/old/2021-11-10-beforeremovingchecker/moves.h b/old/2021-11-10-beforeremovingchecker/moves.h
deleted file mode 100644
index 082a080..0000000
--- a/old/2021-11-10-beforeremovingchecker/moves.h
+++ /dev/null
@@ -1,16 +0,0 @@
1#ifndef MOVES_H
2#define MOVES_H
3
4#include "alg.h"
5#include "cube.h"
6#include "env.h"
7
8Cube apply_alg(Alg *alg, Cube cube);
9Cube apply_alg_generic(Alg *alg, Cube c, PieceFilter f, bool a);
10Cube apply_move(Move m, Cube cube);
11bool commute(Move m1, Move m2);
12bool possible_next(Move m1, Move m2, Move m3);
13
14void init_moves();
15
16#endif

Generated with cgit - Back to sebastiano.tronto.net