diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 09:47:25 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-22 09:47:25 +0100 |
commit | 28ba97727326c05c9347b50b0114f01c0ec8b1df (patch) | |
tree | 223712106e660dec018f7dfc3329ca48e5c8fb11 /editor/editor.hpp | |
parent | b7006b670843f692bc14aa9932bffd44f6a629f7 (diff) |
a
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 |