diff options
Diffstat (limited to 'editor/app.hpp')
-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 d3a02017..57849a08 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -24,7 +24,7 @@ struct tile_atlas; struct tile_editor; struct fm_settings; struct anim_atlas; -struct character; +struct critter; struct cursor_state final { Optional<Vector2i> pixel; |