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

Comparing libgender/entity.h (file contents):
Revision 1.28 by root, Sat Oct 30 15:59:20 2004 UTC vs.
Revision 1.29 by root, Sat Oct 30 16:40:02 2004 UTC

174{ 174{
175 struct node; 175 struct node;
176 176
177 node *tree; 177 node *tree;
178 178
179 GLfloat sx, sy, sm;
180
179 void update (); 181 void update ();
180 void draw (view &ctx); 182 void draw (view &ctx);
181 geometry_heightfield (GLfloat sx, GLfloat sy); 183 geometry_heightfield (GLfloat sx, GLfloat sy);
182}; 184};
183 185

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines