Move the solver code to its own library
This commit is contained in:
parent
dd89c1fd6c
commit
dc3f23d111
6 changed files with 11 additions and 8 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#include "cell.h"
|
||||
#include "solver/cell.h"
|
||||
|
||||
class Puzzle {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue