1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke

This commit is contained in:
Ignacio Roldán Etcheverry
2021-09-12 19:49:39 +02:00
parent c4ccabd3fb
commit 9a51430441
14 changed files with 858 additions and 866 deletions

View File

@@ -109,7 +109,7 @@ Error CSharpLanguage::execute_file(const String &p_path) {
return OK;
}
extern void *godotsharp_pinvoke_funcs[101];
extern void *godotsharp_pinvoke_funcs[138];
[[maybe_unused]] volatile void **do_not_strip_godotsharp_pinvoke_funcs;
void CSharpLanguage::init() {