diff options
| author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-10-11 01:23:35 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-10-11 01:46:06 +0200 |
| commit | 8c438a21976d701d95b375f28fd40fc85da7ef36 (patch) | |
| tree | a6ff618cd129e1c362d0ea9b820d5d351bb80ddc /modules/mono/editor/godotsharp_export.h | |
| parent | f4afaecdd1220395acd5fe1e36368ba9bb146865 (diff) | |
| download | redot-engine-8c438a21976d701d95b375f28fd40fc85da7ef36.tar.gz | |
C#: Fix detection of outdated release Godot API assemblies
Diffstat (limited to 'modules/mono/editor/godotsharp_export.h')
| -rw-r--r-- | modules/mono/editor/godotsharp_export.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mono/editor/godotsharp_export.h b/modules/mono/editor/godotsharp_export.h index 8d121a6bc3..58e46e2f2d 100644 --- a/modules/mono/editor/godotsharp_export.h +++ b/modules/mono/editor/godotsharp_export.h @@ -39,10 +39,11 @@ namespace GodotSharpExport { +Error get_assembly_dependencies(GDMonoAssembly *p_assembly, const Vector<String> &p_search_dirs, Dictionary &r_dependencies); + Error get_exported_assembly_dependencies(const String &p_project_dll_name, const String &p_project_dll_src_path, const String &p_build_config, const String &p_custom_lib_dir, Dictionary &r_dependencies); -Error get_assembly_dependencies(GDMonoAssembly *p_assembly, const Vector<String> &p_search_dirs, Dictionary &r_dependencies); } // namespace GodotSharpExport |
