I can validate that a map is pathable, but can't fix it.
This commit is contained in:
parent
74f92dfe2c
commit
8090251a71
7 changed files with 116 additions and 21 deletions
|
|
@ -37,4 +37,5 @@ public:
|
|||
PathingResult find_path(Point &out, int direction, bool diag);
|
||||
|
||||
bool INVARIANT();
|
||||
void dump(const std::string& msg);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue