OSDN Git Service

[Refactor] #40477 Separated option-flags.c/h from cmd-gameoption.c/h
[hengband/hengband.git] / src / game-option / option-flags.h
diff --git a/src/game-option/option-flags.h b/src/game-option/option-flags.h
new file mode 100644 (file)
index 0000000..c90ea03
--- /dev/null
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "system/angband.h"
+
+extern BIT_FLAGS option_flag[8];
+extern BIT_FLAGS option_mask[8];
+extern BIT_FLAGS window_flag[8];
+extern BIT_FLAGS window_mask[8];