--- deliantra/server/include/global.h 2006/12/13 18:08:01 1.23 +++ deliantra/server/include/global.h 2006/12/14 02:37:37 1.25 @@ -39,8 +39,6 @@ typedef int64_t sint64; typedef uint64_t uint64; -typedef unsigned short Fontindex; - #include "config.h" #include "define.h" #include "logger.h" @@ -175,7 +173,7 @@ */ EXTERN archetype *ring_arch,*amulet_arch,*staff_arch,*crown_arch; -extern std::vector animations; +EXTERN std::vector animations; EXTERN int num_animations,animations_allocated, bmaps_checksum; /* Rotate right from bsd sum. This is used in various places for checksumming */ @@ -202,7 +200,7 @@ extern New_Face *dark_faces[]; extern New_Face *smooth_face; -extern NewSocket *init_sockets; +extern client_socket *init_sockets; #include "libproto.h" #include "sockproto.h"