#ifndef __SYS__NEW_DOOR #define __SYS__NEW_DOOR /* * These are indexes into the arrays in the door_types mapping defined * in the room handler. */ #define D_CLOSED 0 #define D_LOCKED 1 #define D_KEY 2 #define D_DIFFICULTY 3 #define D_SECRET 4 #define D_TRANSPARENT 5 #endif /* __SYS__NEW_DOOR */