galaxies/include/solver.h

9 lines
136 B
C
Raw Permalink Normal View History

2024-06-26 19:19:47 +01:00
#ifndef SOLVER_H
#define SOLVER_H
#include <stdbool.h>
#include "generator.h"
bool solve_puzzle(GameBoard *board);
#endif // SOLVER_H