OSDN Git Service

[Refactor] #37353 dungeon.c/h を追加。
[hengband/hengband.git] / src / main-win.c
index cd6dd93..75a8278 100644 (file)
 */
 
 #include "angband.h"
+#include "util.h"
+
 #include "view-mainwindow.h"
+#include "floor.h"
+#include "floor-events.h"
+#include "init.h"
+#include "files.h"
+#include "scores.h"
 
 #ifdef WINDOWS
 #include <windows.h>