mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
[GDNative] removed native_raw_call
This commit is contained in:
@@ -255,7 +255,7 @@ godot_dictionary GDAPI godot_get_global_constants();
|
||||
////// GDNative procedure types
|
||||
typedef void (*godot_gdnative_init_fn)(godot_gdnative_init_options *);
|
||||
typedef void (*godot_gdnative_terminate_fn)(godot_gdnative_terminate_options *);
|
||||
typedef godot_variant (*godot_gdnative_procedure_fn)(void *, godot_array *);
|
||||
typedef godot_variant (*godot_gdnative_procedure_fn)(godot_array *);
|
||||
|
||||
////// System Functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user