I can validate that a map is pathable, but can't fix it.

This commit is contained in:
Zed A. Shaw 2026-03-10 00:42:58 -04:00
parent 74f92dfe2c
commit 8090251a71
7 changed files with 116 additions and 21 deletions

View file

@ -37,4 +37,5 @@ public:
PathingResult find_path(Point &out, int direction, bool diag);
bool INVARIANT();
void dump(const std::string& msg);
};