diff options
author | willnationsdev <willnationsdev@gmail.com> | 2018-06-29 22:08:28 -0500 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2018-07-04 09:41:12 -0500 |
commit | 2a6c591957b456961db192908ce62d997d34acac (patch) | |
tree | da84c697d3643b0768113b5fa67ee8a21a073db9 /editor/create_dialog.h | |
parent | 0ffec7daf762b74c7453aa22b71865e63660901c (diff) | |
download | redot-engine-2a6c591957b456961db192908ce62d997d34acac.tar.gz |
Expose ScriptCreateDialog to EditorPlugin
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r-- | editor/create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/create_dialog.h b/editor/create_dialog.h index da17dcbe89..f8eec231a4 100644 --- a/editor/create_dialog.h +++ b/editor/create_dialog.h @@ -58,6 +58,7 @@ class CreateDialog : public ConfirmationDialog { String preferred_search_result_type; EditorHelpBit *help_bit; List<StringName> type_list; + Set<StringName> type_blacklist; void _item_selected(); |