summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorwillnationsdev <willnationsdev@gmail.com>2018-07-24 22:48:24 -0500
committerWill Nations <willnationsdev@gmail.com>2018-08-08 12:15:42 -0500
commit1ea37c34ad1d1b8e6ed40434b4a8c55eb6535d0b (patch)
treed1db1c1612a9b52ecf9f50211e7e6b7ce91193a4 /editor/create_dialog.h
parentb5a20d21f2e20a4c2001909574094db10abba06b (diff)
downloadredot-engine-1ea37c34ad1d1b8e6ed40434b4a8c55eb6535d0b.tar.gz
Add toggle for favorites in create_root_dialog.
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 f8eec231a4..6df9eebc8c 100644
--- a/editor/create_dialog.h
+++ b/editor/create_dialog.h
@@ -90,6 +90,8 @@ protected:
void _notification(int p_what);
static void _bind_methods();
+ void _save_and_update_favorite_list();
+
public:
Object *instance_selected();
String get_selected_type();