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.160 by root, Sun Apr 20 00:44:12 2008 UTC vs.
Revision 1.161 by root, Sun Apr 20 05:24:55 2008 UTC

592 */ 592 */
593 593
594INTERFACE_CLASS (archetype) 594INTERFACE_CLASS (archetype)
595struct archetype : object 595struct archetype : object
596{ 596{
597 static archetype *empty; // the empty_archetype 597 static arch_ptr empty; // the empty_archetype
598 MTH static void gc ();
598 599
599 archetype (const char *name); 600 archetype (const char *name);
600 ~archetype (); 601 ~archetype ();
601 void gather_callbacks (AV *&callbacks, event_type event) const; 602 void gather_callbacks (AV *&callbacks, event_type event) const;
602 603

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines