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

Comparing libgender/oct.h (file contents):
Revision 1.7 by root, Tue Oct 5 02:17:57 2004 UTC vs.
Revision 1.8 by root, Wed Oct 6 00:55:37 2004 UTC

20 GLuint occ_query; 20 GLuint occ_query;
21 21
22 void add (entity_base *e); 22 void add (entity_base *e);
23 void remove (entity_base *e); 23 void remove (entity_base *e);
24 24
25 void detect_visibility (draw_context &ctx); 25 void detect_visibility (view &ctx);
26 void draw (draw_context &ctx); 26 void display (view &ctx);
27 27
28 octant (octant *parent, const sector &orig, uoffs extent); 28 octant (octant *parent, const sector &orig, uoffs extent);
29 ~octant (); 29 ~octant ();
30}; 30};
31 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines