summaryrefslogtreecommitdiff
path: root/src/game_edit_data.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:49:38 +0200
commitb9fca0267b1d6a32d57e1fb4387f52c19d1c3fa6 (patch)
treed8c7c6c1df4b2ead1ca4cf200b771245bcd7d3ca /src/game_edit_data.hpp
parent0c2f30b56c221a826ba64f0ec864c29d0f717644 (diff)
Move f_info into GameEditData
Diffstat (limited to 'src/game_edit_data.hpp')
-rw-r--r--src/game_edit_data.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game_edit_data.hpp b/src/game_edit_data.hpp
index 16a97da7..6adb3804 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -2,6 +2,7 @@
#include "ability_type.hpp"
#include "dungeon_info_type.hpp"
+#include "feature_type.hpp"
#include "hist_type.hpp"
#include "monster_ego.hpp"
#include "monster_race.hpp"
@@ -102,6 +103,11 @@ struct GameEditData {
*/
std::vector<monster_ego> re_info;
+ /*
+ * Terrain features
+ */
+ std::vector<feature_type> f_info;
+
/**
* Wilderness features
*/