version 1.21 | | version 1.22 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.21 2001/10/14 07:57:14 gros Exp $"; | | * "$Id: global.h,v 1.22 2001/11/19 23:30:28 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
typedef signed char sint8; | | typedef signed char sint8; |
typedef unsigned short Fontindex; | | typedef unsigned short Fontindex; |
| | |
| | #define DELETE_STRING(__str_) free_string(__str_);__str_=NULL; |
| | |
| | |
/* global stuff used by new skill/experience system -b.t. | | /* global stuff used by new skill/experience system -b.t. |
* Needed before player.h | | * Needed before player.h |
*/ | | */ |