Difference for include/global.h from version 1.49 to 1.50


version 1.49 version 1.50
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 174
 
Line 174
  */   */
 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;
Line 325
 
Line 326
     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 */


Legend:
line(s) removed in v.1.49 
line(s) changed
 line(s) added in v.1.50

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:21