version 1.45 | | version 1.46 |
---|
| | |
/* | | /* |
* static char *rcsid_object_h = | | * static char *rcsid_object_h = |
* "$Id: object.h,v 1.45 2006/02/05 05:27:08 mwedel Exp $"; | | * "$Id: object.h,v 1.46 2006/02/10 23:59:26 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
/* See common/item.c */ | | /* See common/item.c */ |
| | |
typedef struct Body_Locations { | | typedef struct Body_Locations { |
char *save_name; /* Name used to load/save it to disk */ | | const char *save_name; /* Name used to load/save it to disk */ |
char *use_name; /* Name used when describing an item we can use */ | | const char *use_name; /* Name used when describing an item we can use */ |
char *nonuse_name; /* Name to describe objects we can't use */ | | const char *nonuse_name; /* Name to describe objects we can't use */ |
} Body_Locations; | | } Body_Locations; |
| | |
extern Body_Locations body_locations[NUM_BODY_LOCATIONS]; | | extern Body_Locations body_locations[NUM_BODY_LOCATIONS]; |