From b09877ffb4cfc7ef79a27f26cbd25ac74ab85b80 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 5 Jul 2001 18:05:48 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/chan/animGroup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/chan/animGroup.h b/panda/src/chan/animGroup.h index d712d8ef5b..14b21d2b05 100644 --- a/panda/src/chan/animGroup.h +++ b/panda/src/chan/animGroup.h @@ -47,10 +47,12 @@ public: // This is the normal AnimGroup constructor. AnimGroup(AnimGroup *parent, const string &name); +PUBLISHED: int get_num_children() const; AnimGroup *get_child(int n) const; AnimGroup *find_child(const string &name) const; +public: virtual TypeHandle get_value_type() const; void sort_descendants();