--- deliantra/server/include/global.h 2006/09/03 00:18:41 1.10 +++ deliantra/server/include/global.h 2006/09/03 23:33:00 1.13 @@ -112,8 +112,8 @@ #include "keyword.h" #include "traits.h" #include "dynbuf.h" -#include "shstr.h" #include "util.h" +#include "shstr.h" /* This blob, in this order, is needed to actually define maps */ #include "face.h" @@ -401,12 +401,19 @@ #define GETTIMEOFDAY(last_time) gettimeofday(last_time); #endif -/* GROS: Those are used by plugin events (argument fixthem) */ -#define SCRIPT_FIX_ACTIVATOR 2 -#define SCRIPT_FIX_ALL 1 -#define SCRIPT_FIX_NOTHING 0 - #include "plugin.h" #include "cfperl.h" +//TODO: various TEMPORARY link guards to avoid doing the wrong thing +void free (archetype *); +void free (recipe *); +void free (linked_char *); +void free (godlink *); +void free (mapstruct *); +void free (key_value *); +void free (treasure *); +void free (materialtype_t *); +void free (player *); + #endif /* GLOBAL_H */ +