diff options
| author | Emmanuel Leblond | 2017-04-08 17:16:58 +0200 |
|---|---|---|
| committer | Emmanuel Leblond | 2017-04-08 17:16:58 +0200 |
| commit | 68ae50ecc25c64c4834f2db062500ba5084763d9 (patch) | |
| tree | ce4e63d0665ecab67e0c23e7531f7fb028196cc7 /modules/dlscript/godot.h | |
| parent | efba539f93bc9800589c03d1538843afed56161e (diff) | |
| download | godot-68ae50ecc25c64c4834f2db062500ba5084763d9.tar.gz godot-68ae50ecc25c64c4834f2db062500ba5084763d9.tar.zst godot-68ae50ecc25c64c4834f2db062500ba5084763d9.zip | |
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 |
