diff options
author | Paul Joannon <hello@pauljoannon.com> | 2020-06-18 16:32:54 +0200 |
---|---|---|
committer | Paul Joannon <hello@pauljoannon.com> | 2020-06-19 08:49:24 +0200 |
commit | 183dc04d70693fb2f6ab16d9fa5e88e7058c0ba2 (patch) | |
tree | 56ef8ea35022712dd4646b6939ab5bb0e8ba94fe /modules/mono/glue/glue_header.h | |
parent | 4e0f31a67cb757f95a658a02ac28afcdda40b299 (diff) |
[mono] implement generics GetNodesInGroup
Diffstat (limited to 'modules/mono/glue/glue_header.h')
-rw-r--r-- | modules/mono/glue/glue_header.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mono/glue/glue_header.h b/modules/mono/glue/glue_header.h index ee99a300b9..f6999d01fb 100644 --- a/modules/mono/glue/glue_header.h +++ b/modules/mono/glue/glue_header.h @@ -35,6 +35,7 @@ #include "gd_glue.h" #include "nodepath_glue.h" #include "rid_glue.h" +#include "scene_tree_glue.h" #include "string_glue.h" #include "string_name_glue.h" @@ -50,6 +51,7 @@ void godot_register_glue_header_icalls() { godot_register_object_icalls(); godot_register_rid_icalls(); godot_register_string_icalls(); + godot_register_scene_tree_icalls(); } // Used by the generated glue |