mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
GDNative: merge API structs, bump version of merged structs.
This commit is contained in:
parent
cbcc0eacd5
commit
c3e615e21b
6 changed files with 4789 additions and 4822 deletions
|
@ -1498,7 +1498,7 @@ void NativeScriptLanguage::profiling_add_data(StringName p_signature, uint64_t p
|
|||
#endif
|
||||
}
|
||||
|
||||
int NativeScriptLanguage::register_binding_functions(godot_instance_binding_functions p_binding_functions) {
|
||||
int NativeScriptLanguage::register_binding_functions(godot_nativescript_instance_binding_functions p_binding_functions) {
|
||||
// find index
|
||||
|
||||
int idx = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue