OSDN Git Service

[Refactor] #40514 player_type の sh_fire 変数を廃止. / Abolished sh_fire variable in player...
[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