aboutsummaryrefslogtreecommitdiff
path: root/old/solve_old.h
diff options
context:
space:
mode:
Diffstat (limited to 'old/solve_old.h')
-rw-r--r--old/solve_old.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/solve_old.h b/old/solve_old.h
new file mode 100644
index 0000000..010389e
--- /dev/null
+++ b/old/solve_old.h
@@ -0,0 +1,9 @@
1#ifndef SOLVE_H
2#define SOLVE_H
3
4#include "movesets.h"
5
6AlgList * solve(Cube *cube, ChoiceStep *cs, SolveOptions *opts);
7Alg * solve_2phase(Cube *cube, int nthreads);
8
9#endif

Generated with cgit - Back to sebastiano.tronto.net