OSDN Git Service

[Refactor] #37353 MAX_SHORT, MAX_UCHAR, MAX_NLEN を h-type.h へ移動.
[hengband/hengband.git] / src / gameoption.h
index 69f0d64..884da54 100644 (file)
@@ -1,4 +1,5 @@
 #pragma once
+#include "h-type.h"
 
 /*** Option Definitions ***/
 
@@ -165,6 +166,8 @@ extern bool record_arena;   /* Record arena victories */
 extern bool record_ident;      /* Record first identified items */
 extern bool record_named_pet;  /* Record informations of named pets */
 
+extern char record_o_name[MAX_NLEN];
+extern GAME_TURN record_turn;
 
 extern bool cheat_peek;
 extern bool cheat_hear;
@@ -189,6 +192,20 @@ extern bool use_music;
 extern bool use_graphics;
 extern bool use_bigtile;
 
+extern bool arg_fiddle;
+extern bool arg_wizard;
+extern bool arg_music;
+extern bool arg_sound;
+extern byte arg_graphics;
+extern bool arg_monochrome;
+extern bool arg_force_original;
+extern bool arg_force_roguelike;
+extern bool arg_bigtile;
+
+extern BIT_FLAGS option_flag[8];
+extern BIT_FLAGS option_mask[8];
+extern BIT_FLAGS window_flag[8];
+extern BIT_FLAGS window_mask[8];
 /*
  * Available "options"
  *