OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / game-option / play-record-options.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern bool record_fix_art; /* Record fixed artifacts */
6 extern bool record_rand_art; /* Record random artifacts */
7 extern bool record_destroy_uniq; /* Record when destroy unique monster */
8 extern bool record_fix_quest; /* Record fixed quests */
9 extern bool record_rand_quest; /* Record random quests */
10 extern bool record_maxdepth; /* Record movements to deepest level */
11 extern bool record_stair; /* Record recall and stair movements */
12 extern bool record_buy; /* Record purchased items */
13 extern bool record_sell; /* Record sold items */
14 extern bool record_danger; /* Record hitpoint warning */
15 extern bool record_arena; /* Record on_defeat_arena_monster victories */
16 extern bool record_ident; /* Record first identified items */
17 extern bool record_named_pet; /* Record information about named pets */
18
19 extern char record_o_name[MAX_NLEN];
20 extern GAME_TURN record_turn;