diff options
Diffstat (limited to 'modules/dlscript/godot.h')
| -rw-r--r-- | modules/dlscript/godot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/dlscript/godot.h b/modules/dlscript/godot.h index 75f1f47ed..222cfdbee 100644 --- a/modules/dlscript/godot.h +++ b/modules/dlscript/godot.h @@ -375,6 +375,8 @@ void GDAPI godot_script_register_signal(const char *p_name, const godot_signal * void GDAPI *godot_dlinstance_get_userdata(godot_object *p_instance); +void GDAPI godot_get_global_constants(godot_dictionary *constants); + ////// System Functions //using these will help Godot track how much memory is in use in debug mode |
