aboutsummaryrefslogtreecommitdiff
path: root/modules/dlscript/godot.h
diff options
context:
space:
mode:
authorKarroffel2017-04-04 19:38:46 +0200
committerKarroffel2017-04-04 23:02:46 +0200
commit6c49fe9c62b3401323a6497447679fdfded6f116 (patch)
tree8ba50859dedf9ef940d37ccd132234a20abb7818 /modules/dlscript/godot.h
parent46bc14e66fe90430f1d74cdab6cca6acb5b2a3f6 (diff)
downloadgodot-6c49fe9c62b3401323a6497447679fdfded6f116.tar.gz
godot-6c49fe9c62b3401323a6497447679fdfded6f116.tar.zst
godot-6c49fe9c62b3401323a6497447679fdfded6f116.zip
Diffstat (limited to 'modules/dlscript/godot.h')
-rw-r--r--modules/dlscript/godot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dlscript/godot.h b/modules/dlscript/godot.h
index 0c28c1fd2..75f1f47ed 100644
--- a/modules/dlscript/godot.h
+++ b/modules/dlscript/godot.h
@@ -121,8 +121,6 @@ typedef int godot_int;
typedef float godot_real;
-typedef double godot_real64; // for Variant in 3.0
-
/////// Object (forward declared)
typedef void godot_object;
@@ -375,6 +373,8 @@ typedef struct godot_signal {
void GDAPI godot_script_register_signal(const char *p_name, const godot_signal *p_signal);
+void GDAPI *godot_dlinstance_get_userdata(godot_object *p_instance);
+
////// System Functions
//using these will help Godot track how much memory is in use in debug mode