diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 7cf983bc..04857771 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -21,10 +21,10 @@ namespace floormat { struct chunk; struct floormat_main; -struct tile_atlas; +class tile_atlas; struct tile_editor; struct fm_settings; -struct anim_atlas; +class anim_atlas; struct critter; struct point; |