Test coverage back and save system should work again but have to confirm it in-game.

This commit is contained in:
Zed A. Shaw 2024-12-02 09:58:54 -05:00
parent 6b4ebf7629
commit 2576b16869
9 changed files with 43 additions and 31 deletions

View file

@ -42,6 +42,8 @@ public:
Map(size_t width, size_t height);
Map(Matrix &walls, Pathing &paths, int limit);
// disable copying
Map(Map &map) = delete;