--- deliantra/server/include/global.h 2006/09/03 23:33:00 1.13 +++ deliantra/server/include/global.h 2006/09/04 11:07:59 1.14 @@ -224,7 +224,6 @@ * Used in treasure.c */ EXTERN archetype *ring_arch,*amulet_arch,*staff_arch,*crown_arch; -extern shstr undead_name; /* Used in hit_player() in main.c */ extern std::vector animations; EXTERN int num_animations,animations_allocated, bmaps_checksum; @@ -405,6 +404,7 @@ #include "cfperl.h" //TODO: various TEMPORARY link guards to avoid doing the wrong thing +void free (object *); void free (archetype *); void free (recipe *); void free (linked_char *); @@ -414,6 +414,7 @@ void free (treasure *); void free (materialtype_t *); void free (player *); +void free (New_Face *); #endif /* GLOBAL_H */