--- deliantra/server/include/global.h 2006/12/13 02:55:50 1.22 +++ deliantra/server/include/global.h 2006/12/13 18:08:01 1.23 @@ -41,8 +41,20 @@ typedef unsigned short Fontindex; -#include +#include "config.h" +#include "define.h" +#include "logger.h" +#ifndef TRUE +#define TRUE 1 +#endif + +#ifndef FALSE +#define FALSE 0 +#endif + +// used only for tagging structure members so scripting languages +// can easily parse the include files. #define ACC_CLASS(name) #define ACC(meta,member) member @@ -51,6 +63,7 @@ #include "dynbuf.h" #include "util.h" #include "shstr.h" +#include "newclient.h" /* This blob, in this order, is needed to actually define maps */ #include "face.h"