OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[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