version 1.76 | | version 1.77 |
---|
| | |
/* | | /* |
* static char *rcsid_define_h = | | * static char *rcsid_define_h = |
* "$Id: define.h,v 1.76 2004/09/19 16:12:18 akirschbaum Exp $"; | | * "$Id: define.h,v 1.77 2005/03/13 15:13:11 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define PU_SPELLBOOK 0x00100000 | | #define PU_SPELLBOOK 0x00100000 |
#define PU_SKILLSCROLL 0x00200000 | | #define PU_SKILLSCROLL 0x00200000 |
#define PU_READABLES 0x00400000 | | #define PU_READABLES 0x00400000 |
| | #define PU_MAGIC_DEVICE 0x00800000 |
| | |
| | |
/* Instead of using arbitrary constants for indexing the | | /* Instead of using arbitrary constants for indexing the |