OSDN Git Service

[Refactor] #37353 MAX_SHORT, MAX_UCHAR, MAX_NLEN を h-type.h へ移動.
[hengband/hengband.git] / src / gameoption.h
index 90173ac..884da54 100644 (file)
@@ -1,4 +1,5 @@
 #pragma once
+#include "h-type.h"
 
 /*** Option Definitions ***/
 
@@ -166,6 +167,7 @@ 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;