OSDN Git Service

[Refactor] #37353 externs.h と variable.c を削除。
[hengband/hengband.git] / src / angband.h
index 74cd401..b941349 100644 (file)
@@ -1,4 +1,5 @@
-/*!
+#pragma once
+/*!
  * @file angband.h
  * @brief Angband(変愚蛮怒)メインヘッダファイル
  * Main "Angband" header file
  */
 #include "z-config.h"
 
-
-/*
- * Now, include the define's, the type's, and the extern's
- */
-#include "defines.h"
 #include "gamevalue.h"
-#include "types.h"
-#include "externs.h"
 #include "gameoption.h"
 
+#include "geometry.h"
+#include "grid.h"
+#include "floor-save.h"
+#include "monster.h"
+#include "monsterrace.h"
+#include "object.h"
+#include "player-status.h"
+
+
 /***** Some copyright messages follow below *****/
 
 /*