diff options
Diffstat (limited to 'editor/export/editor_export_plugin.h')
-rw-r--r-- | editor/export/editor_export_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/export/editor_export_plugin.h b/editor/export/editor_export_plugin.h index a4e9917a81..56eea85010 100644 --- a/editor/export/editor_export_plugin.h +++ b/editor/export/editor_export_plugin.h @@ -32,9 +32,9 @@ #define EDITOR_EXPORT_PLUGIN_H #include "core/extension/gdextension.h" +#include "core/os/shared_object.h" #include "editor_export_platform.h" #include "editor_export_preset.h" -#include "editor_export_shared_object.h" #include "scene/main/node.h" class EditorExportPlugin : public RefCounted { @@ -94,6 +94,7 @@ protected: void add_file(const String &p_path, const Vector<uint8_t> &p_file, bool p_remap); void add_shared_object(const String &p_path, const Vector<String> &tags, const String &p_target = String()); + void _add_shared_object(const SharedObject &p_shared_object); void add_ios_framework(const String &p_path); void add_ios_embedded_framework(const String &p_path); |