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

Comparing libgender/entity.h (file contents):
Revision 1.11 by root, Sun Oct 3 22:46:03 2004 UTC vs.
Revision 1.12 by root, Sun Oct 3 23:59:30 2004 UTC

125 void update_bbox (); 125 void update_bbox ();
126 void show (); 126 void show ();
127 void draw (draw_context &ctx); 127 void draw (draw_context &ctx);
128}; 128};
129 129
130struct entity_anim : entity_transform {
131 GLfloat vx, vy, vz;
132 void draw (draw_context &ctx);
133};
134
130#endif 135#endif
131 136
132 137
133 138

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines