summaryrefslogtreecommitdiff
path: root/modules/mono/glue/glue_header.h
diff options
context:
space:
mode:
authorRaul Santos <raulsntos@gmail.com>2021-10-28 19:53:16 +0200
committerRaul Santos <raulsntos@gmail.com>2021-10-28 22:49:17 +0200
commit21afb63485c7299a0cbe64d931d6b7695d323830 (patch)
tree1964fc72ae5223c6de47d3e0d673568329c0e132 /modules/mono/glue/glue_header.h
parent435d50bf0f6963a7ad404fc005997932a251c6ce (diff)
Implement Call methods in C# Callable
Implements Callable.Call and Callable.CallDeferred methods in C#
Diffstat (limited to 'modules/mono/glue/glue_header.h')
-rw-r--r--modules/mono/glue/glue_header.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/glue/glue_header.h b/modules/mono/glue/glue_header.h
index eed3bd2167..074220bb9b 100644
--- a/modules/mono/glue/glue_header.h
+++ b/modules/mono/glue/glue_header.h
@@ -36,6 +36,7 @@ void godot_register_collections_icalls();
void godot_register_gd_icalls();
void godot_register_string_name_icalls();
void godot_register_nodepath_icalls();
+void godot_register_callable_icalls();
void godot_register_object_icalls();
void godot_register_rid_icalls();
void godot_register_string_icalls();
@@ -50,6 +51,7 @@ void godot_register_glue_header_icalls() {
godot_register_gd_icalls();
godot_register_string_name_icalls();
godot_register_nodepath_icalls();
+ godot_register_callable_icalls();
godot_register_object_icalls();
godot_register_rid_icalls();
godot_register_string_icalls();