OSDN Git Service

Merge pull request #765 from sikabane-works/release/3.0.0Alpha17
[hengbandforosx/hengbandosx.git] / src / game-option / cheat-options.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool cheat_peek;
6 extern bool cheat_hear;
7 extern bool cheat_room;
8 extern bool cheat_xtra;
9 extern bool cheat_know;
10 extern bool cheat_live;
11 extern bool cheat_save;
12 extern bool cheat_diary_output;
13 extern bool cheat_turn;
14 extern bool cheat_sight;
15 extern bool cheat_immortal;