OSDN Git Service

[Refactor] #963 Separated take_turn() and free_turn() from player-status.cpp/h to...
[hengbandforosx/hengbandosx.git] / src / action / open-close-execution.cpp
index 9f24a29..ceb563c 100644 (file)
@@ -1,4 +1,5 @@
 /*!
+ * @file open-close-execution.cpp 
  * @brief 扉や箱を開ける処理
  * @date 2020/07/11
  * @author Hourier
 #include "main/sound-definitions-table.h"
 #include "main/sound-of-music.h"
 #include "perception/object-perception.h"
+#include "player-status/player-energy.h"
 #include "player/player-status-table.h"
 #include "specific-object/chest.h"
 #include "status/bad-status-setter.h"
 #include "status/experience.h"
 #include "system/floor-type-definition.h"
 #include "system/object-type-definition.h"
+#include "system/player-type-definition.h"
 #include "term/screen-processor.h"
 #include "util/bit-flags-calculator.h"
 #include "view/display-messages.h"