summaryrefslogtreecommitdiffstats
path: root/editor/export/project_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/export/project_export.h')
-rw-r--r--editor/export/project_export.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/export/project_export.h b/editor/export/project_export.h
index 1a359b08da..0fe7ecc2a8 100644
--- a/editor/export/project_export.h
+++ b/editor/export/project_export.h
@@ -160,6 +160,8 @@ class ProjectExportDialog : public ConfirmationDialog {
LineEdit *enc_in_filters = nullptr;
LineEdit *enc_ex_filters = nullptr;
+ OptionButton *script_mode = nullptr;
+
void _open_export_template_manager();
void _export_pck_zip();
@@ -183,6 +185,8 @@ class ProjectExportDialog : public ConfirmationDialog {
void _script_encryption_key_changed(const String &p_key);
bool _validate_script_encryption_key(const String &p_key);
+ void _script_export_mode_changed(int p_mode);
+
void _open_key_help_link();
void _tab_changed(int);