ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/entity.h
(Generate patch)

Comparing libgender/entity.h (file contents):
Revision 1.3 by root, Sun Oct 3 01:14:40 2004 UTC vs.
Revision 1.4 by root, Sun Oct 3 02:37:55 2004 UTC

75 hide (); 75 hide ();
76 }; 76 };
77}; 77};
78 78
79struct entity_container : entity_base, protected vector<entity_base *> { 79struct entity_container : entity_base, protected vector<entity_base *> {
80 void add (entity_base *e) { push_back (e); e->parent = this; }
80 void update_bbox (); 81 void update_bbox ();
81 void show (const sector &sec); 82 void show (const sector &sec);
82 void draw (); 83 void draw ();
83 ~entity_container (); 84 ~entity_container ();
84}; 85};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines