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.93 by root, Sat Jan 27 23:59:29 2007 UTC vs.
Revision 1.94 by root, Fri Feb 2 21:50:43 2007 UTC

454{ 454{
455 archetype (); 455 archetype ();
456 ~archetype (); 456 ~archetype ();
457 void gather_callbacks (AV *&callbacks, event_type event) const; 457 void gather_callbacks (AV *&callbacks, event_type event) const;
458 458
459 static archetype *find (const char *arch); 459 static archetype *find (const char *name);
460 460
461 void hash_add (); // add to hashtable 461 void hash_add (); // add to hashtable
462 void hash_del (); // remove from hashtable 462 void hash_del (); // remove from hashtable
463 463
464 shstr ACC (RW, name); /* More definite name, like "generate_kobold" */ 464 shstr ACC (RW, name); /* More definite name, like "generate_kobold" */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines