More and more enums
This commit is contained in:
@@ -27,11 +27,13 @@ NEARDATA struct instance_flags iflags; /* provide linkage */
|
||||
#define PREFER_TILED FALSE
|
||||
#endif
|
||||
|
||||
#define MESSAGE_OPTION 1
|
||||
#define STATUS_OPTION 2
|
||||
#define MAP_OPTION 3
|
||||
#define MENU_OPTION 4
|
||||
#define TEXT_OPTION 5
|
||||
enum window_option_types {
|
||||
MESSAGE_OPTION = 1,
|
||||
STATUS_OPTION,
|
||||
MAP_OPTION,
|
||||
MENU_OPTION,
|
||||
TEXT_OPTION
|
||||
};
|
||||
|
||||
#define PILE_LIMIT_DFLT 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user