summaryrefslogtreecommitdiffstats
path: root/editor/create_dialog.h
diff options
context:
space:
mode:
authorwillnationsdev <willnationsdev@gmail.com>2018-06-29 22:08:28 -0500
committerWill Nations <willnationsdev@gmail.com>2018-07-04 09:41:12 -0500
commit2a6c591957b456961db192908ce62d997d34acac (patch)
treeda84c697d3643b0768113b5fa67ee8a21a073db9 /editor/create_dialog.h
parent0ffec7daf762b74c7453aa22b71865e63660901c (diff)
downloadredot-engine-2a6c591957b456961db192908ce62d997d34acac.tar.gz
Expose ScriptCreateDialog to EditorPlugin
Diffstat (limited to 'editor/create_dialog.h')
-rw-r--r--editor/create_dialog.h1
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();