summaryrefslogtreecommitdiff
path: root/tools/editor/project_export.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/project_export.h')
-rw-r--r--tools/editor/project_export.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/editor/project_export.h b/tools/editor/project_export.h
index 715d3c3e68..c977e90e56 100644
--- a/tools/editor/project_export.h
+++ b/tools/editor/project_export.h
@@ -91,6 +91,8 @@ private:
FileDialog *patch_dialog;
ConfirmationDialog *patch_erase;
+ Button *export_button;
+
void _patch_selected(const String& p_path);
void _patch_deleted();
@@ -117,6 +119,10 @@ private:
bool can_drop_data_fw(const Point2& p_point,const Variant& p_data,Control* p_from) const;
void drop_data_fw(const Point2& p_point,const Variant& p_data,Control* p_from);
+ FileDialog *export_pck_zip;
+
+ void _export_pck_zip();
+ void _export_pck_zip_selected(const String& p_path);
protected:
void _notification(int p_what);