From e5e697564d61f889bd0345d6507e8eea123a37cd Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sun, 20 Mar 2022 19:31:05 -0500 Subject: Move fixup_embedded_pck to EditorExportPlatform classes --- platform/windows/export/export_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/windows/export/export_plugin.h') diff --git a/platform/windows/export/export_plugin.h b/platform/windows/export/export_plugin.h index b40e872461..c483917a4c 100644 --- a/platform/windows/export/export_plugin.h +++ b/platform/windows/export/export_plugin.h @@ -48,6 +48,7 @@ public: virtual void get_export_options(List *r_options) override; virtual bool get_export_option_visibility(const String &p_option, const Map &p_options) const override; virtual bool can_export(const Ref &p_preset, String &r_error, bool &r_missing_templates) const override; + virtual Error fixup_embedded_pck(const String &p_path, int64_t p_embedded_start, int64_t p_embedded_size) const override; }; #endif -- cgit v1.2.3