OSDN Git Service

Merge remote-tracking branch 'remotes/hengband-osx/For2.2.2-Refactoring-English-New...
[hengband/hengband.git] / src / game-option / option-flags.c
1 #include "game-option/option-flags.h"
2
3 BIT_FLAGS option_flag[8]; //!< The array of normal options
4 BIT_FLAGS option_mask[8]; //!< The array of normal options
5 BIT_FLAGS window_flag[8]; //!< The array of window options
6 BIT_FLAGS window_mask[8]; //!< The array of window options