diff options
Diffstat (limited to 'modules/gdnative/godot.h')
-rw-r--r-- | modules/gdnative/godot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gdnative/godot.h b/modules/gdnative/godot.h index 45ac64feee..bba0a3f98d 100644 --- a/modules/gdnative/godot.h +++ b/modules/gdnative/godot.h @@ -376,6 +376,10 @@ void GDAPI godot_script_register_signal(const char *p_name, const godot_signal * void GDAPI *godot_native_get_userdata(godot_object *p_instance); +typedef godot_object *(*godot_class_constructor)(); + +godot_class_constructor GDAPI godot_get_class_constructor(const char *p_classname); + godot_dictionary GDAPI godot_get_global_constants(); ////// System Functions |