aboutsummaryrefslogtreecommitdiff
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorEoin O'Neill2018-04-25 00:18:10 -0700
committerEoin O'Neill2018-04-27 22:55:48 -0700
commitaf1e2c7b213101af21d5dcdff28ed1c2976e5d02 (patch)
treecc410e799736d3f26a97efe6c80f434ba8efe63f /editor/filesystem_dock.h
parentb22f048700105dec26154cc90f10b0ef34b3f5ed (diff)
downloadgodot-af1e2c7b213101af21d5dcdff28ed1c2976e5d02.tar.gz
godot-af1e2c7b213101af21d5dcdff28ed1c2976e5d02.tar.zst
godot-af1e2c7b213101af21d5dcdff28ed1c2976e5d02.zip
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h
index c8448a102..e59d4c96e 100644
--- a/editor/filesystem_dock.h
+++ b/editor/filesystem_dock.h
@@ -50,6 +50,7 @@
#include "dependency_editor.h"
#include "editor_dir_dialog.h"
#include "editor_file_system.h"
+#include "script_create_dialog.h"
class EditorNode;
@@ -75,6 +76,7 @@ private:
FILE_REIMPORT,
FILE_INFO,
FILE_NEW_FOLDER,
+ FILE_NEW_SCRIPT,
FILE_SHOW_IN_EXPLORER,
FILE_COPY_PATH
};
@@ -126,6 +128,7 @@ private:
LineEdit *duplicate_dialog_text;
ConfirmationDialog *make_dir_dialog;
LineEdit *make_dir_dialog_text;
+ ScriptCreateDialog *make_script_dialog_text;
class FileOrFolder {
public: