diff options
Diffstat (limited to 'modules/mono/editor/godotsharp_export.h')
-rw-r--r-- | modules/mono/editor/godotsharp_export.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/mono/editor/godotsharp_export.h b/modules/mono/editor/godotsharp_export.h index 60620b5f4d..20d6f6fe73 100644 --- a/modules/mono/editor/godotsharp_export.h +++ b/modules/mono/editor/godotsharp_export.h @@ -35,12 +35,8 @@ #include "core/string/ustring.h" #include "core/variant/dictionary.h" -#include "../mono_gd/gd_mono_header.h" - namespace GodotSharpExport { -Error get_assembly_dependencies(GDMonoAssembly *p_assembly, const Vector<String> &p_search_dirs, Dictionary &r_dependencies); - Error get_exported_assembly_dependencies(const Dictionary &p_initial_assemblies, const String &p_build_config, const String &p_custom_lib_dir, Dictionary &r_assembly_dependencies); } // namespace GodotSharpExport |