diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index 13407883..4aa82b8c 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -119,6 +119,7 @@ private: void draw_editor_pane(float main_menu_height); void draw_inspector(); + static void entity_inspector_name(char* buf, object_id id, size_t len); bool check_inspector_exists(const popup_target& p); void draw_editor_tile_pane_atlas(tile_editor& ed, StringView name, const std::shared_ptr<tile_atlas>& atlas); void draw_editor_scenery_pane(scenery_editor& ed); |