diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-05-04 12:55:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 12:55:55 +0200 |
commit | a9ebf121f880f63e96f7bdbb792c85c26cb51310 (patch) | |
tree | 7015cfe3814d05efe14cc1695c951f056a01a742 /platform/windows/export/export_plugin.h | |
parent | 3ac1c8e9f3ffb417c20d095f88c13294dd73f508 (diff) | |
parent | 800a68837fd0b2eec7ee68ec12088ef6ae5759e6 (diff) |
Merge pull request #60751 from bruvzg/exp_plug_fix4
Diffstat (limited to 'platform/windows/export/export_plugin.h')
-rw-r--r-- | platform/windows/export/export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/export/export_plugin.h b/platform/windows/export/export_plugin.h index c33c7f1f63..b48ee7c985 100644 --- a/platform/windows/export/export_plugin.h +++ b/platform/windows/export/export_plugin.h @@ -44,6 +44,7 @@ class EditorExportPlatformWindows : public EditorExportPlatformPC { public: virtual Error export_project(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags = 0) override; + virtual Error modify_template(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path, int p_flags) override; virtual Error sign_shared_object(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path) override; virtual List<String> get_binary_extensions(const Ref<EditorExportPreset> &p_preset) const override; virtual void get_export_options(List<ExportOption> *r_options) override; |