diff options
author | willnationsdev <willnationsdev@gmail.com> | 2018-07-24 22:48:24 -0500 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2018-08-08 12:15:42 -0500 |
commit | 1ea37c34ad1d1b8e6ed40434b4a8c55eb6535d0b (patch) | |
tree | d1db1c1612a9b52ecf9f50211e7e6b7ce91193a4 /editor/create_dialog.h | |
parent | b5a20d21f2e20a4c2001909574094db10abba06b (diff) | |
download | redot-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.h | 2 |
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(); |