aboutsummaryrefslogtreecommitdiff
path: root/src/solve.h
blob: ff84e7ec71f352d8ba05658d1bac40a0580182c4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SOLVE_H
#define SOLVE_H

#include "moves.h"
#include "trans.h"

AlgList *   solve(Cube cube, Step *step, SolveOptions *opts);

#endif

Generated with cgit - Back to sebastiano.tronto.net