From 07e986f728bea30787a2411a11d64c158e640015 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:44:44 +0300 Subject: Allow adding custom export platforms using scripts / GDExtension. --- editor/export/editor_export_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/export/editor_export_plugin.h') diff --git a/editor/export/editor_export_plugin.h b/editor/export/editor_export_plugin.h index 56eea85010..7a355614c7 100644 --- a/editor/export/editor_export_plugin.h +++ b/editor/export/editor_export_plugin.h @@ -91,6 +91,7 @@ class EditorExportPlugin : public RefCounted { protected: void set_export_preset(const Ref &p_preset); Ref get_export_preset() const; + Ref get_export_platform() const; void add_file(const String &p_path, const Vector &p_file, bool p_remap); void add_shared_object(const String &p_path, const Vector &tags, const String &p_target = String()); -- cgit v1.2.3