mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
C#: Code cleanup and greatly reduce use of C# pointers
This commit is contained in:
parent
34db8d2c6c
commit
e5e7a795b1
51 changed files with 2195 additions and 1347 deletions
|
@ -104,7 +104,7 @@ Error CSharpLanguage::execute_file(const String &p_path) {
|
|||
return OK;
|
||||
}
|
||||
|
||||
extern void *godotsharp_pinvoke_funcs[176];
|
||||
extern void *godotsharp_pinvoke_funcs[178];
|
||||
[[maybe_unused]] volatile void **do_not_strip_godotsharp_pinvoke_funcs;
|
||||
#ifdef TOOLS_ENABLED
|
||||
extern void *godotsharp_editor_pinvoke_funcs[32];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue