OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Sanity-Blast-by-AutoSave...
[hengband/hengband.git] / src / system / game-option-types.h
1 #pragma once
2
3 typedef enum game_option_types {
4         OPT_PAGE_INPUT = 1,
5     OPT_PAGE_MAPSCREEN = 2,
6     OPT_PAGE_TEXT = 3,
7     OPT_PAGE_GAMEPLAY = 4,
8     OPT_PAGE_DISTURBANCE = 5,
9     OPT_PAGE_BIRTH = 6,
10     OPT_PAGE_AUTODESTROY = 7,
11     OPT_PAGE_PLAYRECORD = 10,
12 } game_option_types;
13
14 #define OPT_PAGE_JAPANESE_ONLY 99