OSDN Git Service

[Refactor] #37353 world_type を world.c/h へ移動。
[hengband/hengband.git] / src / world.c
index a58882c..0d7d5f1 100644 (file)
@@ -1,4 +1,8 @@
 #include "angband.h"
+#include "world.h"
+
+world_type world;
+world_type *current_world_ptr = &world;
 
 /*!
  * @brief ゲーム時間が日中かどうかを返す /