version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_newserver_h = | | * static char *rcsid_newserver_h = |
* "$Id: newserver.h,v 1.6 2000/12/04 00:40:04 cvs Exp $"; | | * "$Id: newserver.h,v 1.7 2001/02/03 05:30:18 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
char *name; /* name of the image, including component path names (ie, | | char *name; /* name of the image, including component path names (ie, |
* ./arch/system/bug.111) | | * ./arch/system/bug.111) |
*/ | | */ |
char *data[FACE_TYPES]; /* xpm data */ | | char *data[FACE_TYPES]; /* image data */ |
uint16 datalen[FACE_TYPES]; /* length of the xpm data */ | | uint16 datalen[FACE_TYPES]; /* length of the xpm data */ |
| | uint32 checksum; /* Checksum of face data */ |
} FaceInfo; | | } FaceInfo; |
| | |
| | |
| | |
extern FaceInfo faces[MAXFACENUM]; /* face information */ | | extern FaceInfo faces[MAXFACENUM]; /* face information */ |
| | |
#define VERSION_CS 1022 | | #define VERSION_CS 1022 |
#define VERSION_SC 1025 | | #define VERSION_SC 1026 |
#define VERSION_INFO "Crossfire Server" | | #define VERSION_INFO "Crossfire Server" |
| | |
| | |