diff options
Diffstat (limited to 'editor/editor.hpp')
| -rw-r--r-- | editor/editor.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp index 1ae983de..d877288d 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -15,8 +15,8 @@ namespace floormat { struct world; -struct anim_atlas; -struct tile_atlas; +class anim_atlas; +class tile_atlas; struct app; struct editor final |
