diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-03 12:36:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 12:36:23 +0100 |
commit | e165f18ae532ddf118b19bdd439f4ac6c226903a (patch) | |
tree | 65db7c317de09a627b033755d5eb00cbeea50ece /platform/windows/export/export_plugin.h | |
parent | 36880714e49f0f3662f7da9d1e2e4719f03fab53 (diff) | |
parent | 1cf2b9a44bd778bcbb1517e2abde4517ef5d4a73 (diff) |
Merge pull request #57350 from NeilKleistGao/master
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 351333aa42..89e5b1b635 100644 --- a/platform/windows/export/export_plugin.h +++ b/platform/windows/export/export_plugin.h @@ -47,6 +47,7 @@ public: virtual Error sign_shared_object(const Ref<EditorExportPreset> &p_preset, bool p_debug, const String &p_path) override; virtual void get_export_options(List<ExportOption> *r_options) override; virtual bool get_export_option_visibility(const String &p_option, const Map<StringName, Variant> &p_options) const override; + virtual bool can_export(const Ref<EditorExportPreset> &p_preset, String &r_error, bool &r_missing_templates) const override; }; #endif |