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