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

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

16 struct octant *sub[8]; 16 struct octant *sub[8];
17 int fill; 17 int fill;
18 sector orig; 18 sector orig;
19 uoffs extent; 19 uoffs extent;
20 20
21 void add (const sector &sec2, entity_base *e); 21 void add (entity_base *e);
22 void remove (entity_base *e); 22 void remove (entity_base *e);
23 23
24 void draw (draw_context &ctx); 24 void draw (draw_context &ctx);
25 25
26 octant (octant *parent, int subindex); 26 octant (octant *parent, int subindex);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines