OSDN Git Service

[Refactor] #40477 Separated game-play-options.c/h
[hengband/hengband.git] / src / game-option / game-play-options.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool stack_force_notes; /* Merge inscriptions when stacking */
6 extern bool stack_force_costs; /* Merge discounts when stacking */
7 extern bool expand_list; /* Expand the power of the list commands */
8 extern bool small_levels; /* Allow unusually small dungeon levels */
9 extern bool always_small_levels; /* Always create unusually small dungeon levels */
10 extern bool empty_levels; /* Allow empty 'arena' levels */
11 extern bool bound_walls_perm; /* Boundary walls become 'permanent wall' */
12 extern bool last_words; /* Leave last words when your character dies */
13 #ifdef WORLD_SCORE
14 extern bool send_score; /* Send score dump to the world score server */
15 #endif
16 extern bool allow_debug_opts; /* Allow use of debug/cheat options */