galaxies/include/solver.h

9 lines
136 B
C

#ifndef SOLVER_H
#define SOLVER_H
#include <stdbool.h>
#include "generator.h"
bool solve_puzzle(GameBoard *board);
#endif // SOLVER_H