diff options
Diffstat (limited to 'editor/export/editor_export_plugin.h')
-rw-r--r-- | editor/export/editor_export_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/export/editor_export_plugin.h b/editor/export/editor_export_plugin.h index ae186d4425..4c0107af72 100644 --- a/editor/export/editor_export_plugin.h +++ b/editor/export/editor_export_plugin.h @@ -166,6 +166,7 @@ public: virtual String get_name() const; virtual bool supports_platform(const Ref<EditorExportPlatform> &p_export_platform) const; + PackedStringArray get_export_features(const Ref<EditorExportPlatform> &p_export_platform, bool p_debug) const; virtual PackedStringArray get_android_dependencies(const Ref<EditorExportPlatform> &p_export_platform, bool p_debug) const; virtual PackedStringArray get_android_dependencies_maven_repos(const Ref<EditorExportPlatform> &p_export_platform, bool p_debug) const; |