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.107 by root, Mon Apr 16 13:02:29 2007 UTC vs.
Revision 1.108 by root, Tue Apr 17 18:40:31 2007 UTC

482{ 482{
483 archetype (); 483 archetype ();
484 ~archetype (); 484 ~archetype ();
485 void gather_callbacks (AV *&callbacks, event_type event) const; 485 void gather_callbacks (AV *&callbacks, event_type event) const;
486 486
487 static bool load (object_thawer &f); 487 static archetype *read (object_thawer &f);
488 static archetype *get (const char *name); // find or create 488 static archetype *get (const char *name); // find or create
489 static archetype *find (const char *name); 489 static archetype *find (const char *name);
490 490
491 void hash_add (); // add to hashtable 491 void hash_add (); // add to hashtable
492 void hash_del (); // remove from hashtable 492 void hash_del (); // remove from hashtable
493 493

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines