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.32 by root, Tue Sep 12 18:15:34 2006 UTC vs.
Revision 1.33 by root, Tue Sep 12 19:20:07 2006 UTC

237 void clone (object *destination); 237 void clone (object *destination);
238 238
239 void set_owner (object *owner); 239 void set_owner (object *owner);
240 object *get_owner (); 240 object *get_owner ();
241 241
242 // info must hold 256 * 3 bytes currently
243 const char *debug_desc (char *info) const;
244 const char *debug_desc () const;
245
242 // fully recursive iterator 246 // fully recursive iterator
243 struct iterator_base 247 struct iterator_base
244 { 248 {
245 object *item; 249 object *item;
246 250

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines