OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / game-option / text-display-options.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool plain_descriptions; /* Plain object descriptions */
6 extern bool plain_pickup; /* Plain pickup messages(japanese only) */
7 extern bool always_show_list; /* Always show list when choosing items */
8 extern bool depth_in_feet; /* Show dungeon level in feet */
9 extern bool show_labels; /* Show labels in object listings */
10 extern bool show_weights; /* Show weights in object listings */
11 extern bool show_item_graph; /* Show items graphics */
12 extern bool equippy_chars; /* Display 'equippy' chars */
13 extern bool display_mutations; /* Display mutations in 'C'haracter Display */
14 extern bool compress_savefile; /* Compress messages in savefiles */
15 extern bool abbrev_extra; /* Describe obj's extra resistances by abbreviation */
16 extern bool abbrev_all; /* Describe obj's all resistances by abbreviation */
17 extern bool exp_need; /* Show the experience needed for next level */
18 extern bool ignore_unview; /* Ignore whenever any monster does */
19 extern bool show_ammo_detail; /* Show Description of ammo damage */
20 extern bool show_ammo_no_crit; /* Show No-crit damage of ammo */
21 extern bool show_ammo_crit_ratio; /* Show critical ratio of ammo */
22 extern bool show_actual_value; /* Show actual value of skill */