aboutsummaryrefslogtreecommitdiff
path: root/src/solve.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/solve.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solve.h b/src/solve.h
index ff84e7e..668cd9a 100644
--- a/src/solve.h
+++ b/src/solve.h
@@ -2,6 +2,7 @@
2#define SOLVE_H 2#define SOLVE_H
3 3
4#include "moves.h" 4#include "moves.h"
5#include "steps.h"
5#include "trans.h" 6#include "trans.h"
6 7
7AlgList * solve(Cube cube, Step *step, SolveOptions *opts); 8AlgList * solve(Cube cube, Step *step, SolveOptions *opts);

Generated with cgit - Back to sebastiano.tronto.net