--- deliantra/server/include/object.h 2006/09/09 21:48:28 1.23 +++ deliantra/server/include/object.h 2006/09/10 00:51:23 1.24 @@ -243,7 +243,6 @@ { static object *create (); void free (bool free_inventory = false); - void mortalise (); static void free_mortals (); static bool can_merge (object *op1, object *op2); @@ -254,6 +253,9 @@ protected: friend struct archetype; + void link (); + void unlink (); + object (); ~object (); };