More and more enums

This commit is contained in:
Pasi Kallinen
2018-03-31 12:34:41 +03:00
parent ebde14a6f9
commit 98b0c8d4f0
3 changed files with 79 additions and 68 deletions

View File

@@ -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