ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/object.h
(Generate patch)

Comparing deliantra/server/include/object.h (file contents):
Revision 1.60 by root, Wed Dec 20 09:14:22 2006 UTC vs.
Revision 1.61 by root, Thu Dec 21 01:33:50 2006 UTC

313 return op; 313 return op;
314 314
315 return 0; 315 return 0;
316 } 316 }
317 317
318 // returns the mapspace this object is in
319 mapspace &ms () const;
320
318 // fully recursive iterator 321 // fully recursive iterator
319 struct iterator_base 322 struct iterator_base
320 { 323 {
321 object *item; 324 object *item;
322 325

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines