diff options
Diffstat (limited to 'scene/main/node.h')
-rw-r--r-- | scene/main/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index b8981d3307..32c5d8ef38 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -125,6 +125,7 @@ private: void _duplicate_and_reown(Node* p_new_parent, const Map<Node*,Node*>& p_reown_map) const; Array _get_children() const; + Array _get_groups() const; friend class SceneMainLoop; |