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 6391181b..8e56f4fd 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -17,7 +17,7 @@ namespace floormat { -struct world; +class world; struct object; struct chunk; |