diff options
Diffstat (limited to 'tools/editor/create_dialog.h')
-rw-r--r-- | tools/editor/create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/create_dialog.h b/tools/editor/create_dialog.h index a46ff5ae06..8957479beb 100644 --- a/tools/editor/create_dialog.h +++ b/tools/editor/create_dialog.h @@ -66,6 +66,7 @@ protected: public: Object *instance_selected(); + String get_selected_type(); void set_base_type(const String& p_base); String get_base_type() const; |