diff options
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r-- | editor/editor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp index 07f5e332..69a5277f 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -14,7 +14,7 @@ namespace floormat { -struct world; +class world; class anim_atlas; class ground_atlas; struct app; |