summaryrefslogtreecommitdiff
path: root/src/variable.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:15 +0200
committerBardur Arantsson <bardur@scientician.net>2016-09-17 09:58:15 +0200
commit05cdb1a997cba7748f0089cffa0a5885ca0b2c43 (patch)
treee3b0b3bb636e1e099eafe784eaeffdb147348b81 /src/variable.hpp
parent5eec61dd05577623c1d5b9eed3a22d1352dcd990 (diff)
Move wilderness structure into Game
Diffstat (limited to 'src/variable.hpp')
-rw-r--r--src/variable.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variable.hpp b/src/variable.hpp
index e305d6bd..1a789747 100644
--- a/src/variable.hpp
+++ b/src/variable.hpp
@@ -13,7 +13,6 @@
#include "ego_item_type_fwd.hpp"
#include "fate.hpp"
#include "feature_type_fwd.hpp"
-#include "grid.hpp"
#include "hist_type_fwd.hpp"
#include "meta_class_type_fwd.hpp"
#include "monster_ego_fwd.hpp"
@@ -48,7 +47,6 @@
#include "trap_type_fwd.hpp"
#include "tval_desc.hpp"
#include "vault_type_fwd.hpp"
-#include "wilderness_map_fwd.hpp"
#include "wilderness_type_info_fwd.hpp"
#include "seed.hpp"
@@ -208,7 +206,6 @@ extern char *ANGBAND_DIR_DNGN;
extern bool_ (*get_mon_num_hook)(int r_idx);
extern bool_ (*get_mon_num2_hook)(int r_idx);
extern bool_ (*get_obj_num_hook)(int k_idx);
-extern grid<wilderness_map> *wilderness_ptr;
extern u16b max_ab_idx;
extern u16b max_s_idx;
extern u16b max_r_idx;