diff options
Diffstat (limited to 'editor')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 2e4eb15c..ea618bac 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -32,7 +32,7 @@ namespace floormat { struct fm_settings; struct floormat_main; class world; -struct chunk; +class chunk; class ground_atlas; class anim_atlas; struct object; |