aboutsummaryrefslogtreecommitdiff
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorMillionOstrich2017-09-05 01:10:07 +0100
committerMillionOstrich2017-09-05 14:39:44 +0100
commit672a6c968032df9aa3eda7cd779621dda439ce53 (patch)
tree81cd9207720eff79489f020ca7221f8b5a1f0b24 /editor/create_dialog.h
parentdcdde2f5a9bdb74308c5316affad5af4a3bc2fdb (diff)
downloadgodot-672a6c968032df9aa3eda7cd779621dda439ce53.tar.gz
godot-672a6c968032df9aa3eda7cd779621dda439ce53.tar.zst
godot-672a6c968032df9aa3eda7cd779621dda439ce53.zip
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h
index 31f106ea2..a523539ba 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -74,6 +74,8 @@ class CreateDialog : public ConfirmationDialog {
void _confirmed();
void _text_changed(const String &p_newtext);
+ Ref<Texture> _get_editor_icon(const String &p_type) const;
+
void add_type(const String &p_type, HashMap<String, TreeItem *> &p_types, TreeItem *p_root, TreeItem **to_select);
Variant get_drag_data_fw(const Point2 &p_point, Control *p_from);