make naming more consistent + rename some files

This commit is contained in:
2026-02-22 14:17:55 +01:00
parent fe6bbe9bbb
commit f06afc210f
10 changed files with 27 additions and 27 deletions

View File

@ -4,7 +4,7 @@
#include <functional>
#include <vector>
#include "klotski.hpp"
#include "puzzle.hpp"
using StateGenerator = std::function<State(void)>;