version 1.49 | | version 1.50 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.49 2005/01/24 07:29:25 mwedel Exp $"; | | * "$Id: global.h,v 1.50 2005/03/15 21:06:20 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
EXTERN player *first_player; | | EXTERN player *first_player; |
EXTERN mapstruct *first_map; | | EXTERN mapstruct *first_map; |
| | EXTERN region *first_region; |
EXTERN treasurelist *first_treasurelist; | | EXTERN treasurelist *first_treasurelist; |
EXTERN artifactlist *first_artifactlist; | | EXTERN artifactlist *first_artifactlist; |
EXTERN archetype *first_archetype; | | EXTERN archetype *first_archetype; |
| | |
char *playerdir; /* Where the player files are */ | | char *playerdir; /* Where the player files are */ |
char *mapdir; /* Where the map files are */ | | char *mapdir; /* Where the map files are */ |
char *archetypes; /* name of the archetypes file - libdir is prepended */ | | char *archetypes; /* name of the archetypes file - libdir is prepended */ |
| | char *regions; /* name of the regions file - libdir is prepended */ |
char *treasures; /* location of the treasures file. */ | | char *treasures; /* location of the treasures file. */ |
char *uniquedir; /* directory for the unique items */ | | char *uniquedir; /* directory for the unique items */ |
char *tmpdir; /* Directory to use for temporary files */ | | char *tmpdir; /* Directory to use for temporary files */ |