summaryrefslogtreecommitdiff
path: root/modules/mono/glue/base_object_glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mono/glue/base_object_glue.h')
-rw-r--r--modules/mono/glue/base_object_glue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/glue/base_object_glue.h b/modules/mono/glue/base_object_glue.h
index 9b5224a347..e4ac9fb99d 100644
--- a/modules/mono/glue/base_object_glue.h
+++ b/modules/mono/glue/base_object_glue.h
@@ -60,6 +60,8 @@ MonoBoolean godot_icall_DynamicGodotObject_GetMember(Object *p_ptr, MonoString *
MonoBoolean godot_icall_DynamicGodotObject_SetMember(Object *p_ptr, MonoString *p_name, MonoObject *p_value);
+MonoString *godot_icall_Object_ToString(Object *p_ptr);
+
// Register internal calls
void godot_register_object_icalls();