diff options
Diffstat (limited to 'src/path-search.hpp')
-rw-r--r-- | src/path-search.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search.hpp b/src/path-search.hpp index 512a507f..42d99d4d 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -19,7 +19,7 @@ namespace floormat { class world; struct object; -struct chunk; +class chunk; // todo add pathfinding sub-namespace |