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