*** empty log message ***

This commit is contained in:
David Rose 2001-07-05 18:05:48 +00:00
parent fb916cb482
commit b09877ffb4
1 changed files with 2 additions and 0 deletions

View File

@ -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();