mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke
This commit is contained in:
parent
c4ccabd3fb
commit
9a51430441
14 changed files with 858 additions and 866 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue