OSDN Git Service

[Refactor] #38862 Moved view-mainwindow.c/h to display-main-window.c/h
[hengband/hengband.git] / src / floor-save.c
index a9e4d72..308d44c 100644 (file)
@@ -44,7 +44,7 @@
 #include "cmd/cmd-dump.h"
 #include "save.h"
 
-#include "view-mainwindow.h"
+#include "view/display-main-window.h"
 
 static FLOOR_IDX new_floor_id;  /*!<次のフロアのID / floor_id of the destination */
 static u32b latest_visit_mark;  /*!<フロアを渡った回数?(確認中) / Max number of visit_mark */