version 1.5 | | version 1.6 |
---|
| | |
/* | | /* |
* static char *rcsid_treasure_h = | | * static char *rcsid_treasure_h = |
* "$Id: treasure.h,v 1.5 2001/11/16 01:34:17 michtoen Exp $"; | | * "$Id: treasure.h,v 1.6 2001/11/17 21:25:21 michtoen Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
typedef struct _change_arch { | | typedef struct _change_arch { |
char *name; /* is != NULL, copy this over the original arch name */ | | char *name; /* is != NULL, copy this over the original arch name */ |
| | char *title; /* is != NULL, copy this over the original arch name */ |
| | char *slaying; /* is != NULL, copy this over the original arch name */ |
} _change_arch; | | } _change_arch; |
| | |
| | |