You've already forked godot
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user