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

Comparing libgender/oct.h (file contents):
Revision 1.3 by root, Sun Oct 3 03:51:51 2004 UTC vs.
Revision 1.4 by root, Sun Oct 3 05:10:46 2004 UTC

19 uoffs extent; 19 uoffs extent;
20 20
21 void add (const sector &sec2, entity_base *e); 21 void add (const sector &sec2, entity_base *e);
22 void remove (entity_base *e); 22 void remove (entity_base *e);
23 23
24 void draw (const draw_context &ctx); 24 void draw (draw_context &ctx);
25 25
26 octant (octant *parent, int subindex); 26 octant (octant *parent, int subindex);
27 ~octant (); 27 ~octant ();
28}; 28};
29 29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines