version 1.64 | | version 1.65 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.64 2006/03/18 15:05:32 ryo_saeba Exp $"; | | * "$Id: global.h,v 1.65 2006/03/18 19:30:55 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
EXTERN racelink *first_race; | | EXTERN racelink *first_race; |
| | |
#define NROF_COMPRESS_METHODS 4 | | #define NROF_COMPRESS_METHODS 4 |
EXTERN char *uncomp[NROF_COMPRESS_METHODS][3]; | | EXTERN const char *uncomp[NROF_COMPRESS_METHODS][3]; |
/* | | /* |
* The editor uses these (will get them out of here later): | | * The editor uses these (will get them out of here later): |
*/ | | */ |