summaryrefslogtreecommitdiff
path: root/src/game_edit_data.hpp
diff options
context:
space:
mode:
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 85da3997..8b118397 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -15,6 +15,7 @@
#include "store_action_type.hpp"
#include "store_info_type.hpp"
#include "vault_type.hpp"
+#include "wilderness_type_info.hpp"
#include <vector>
@@ -96,6 +97,11 @@ struct GameEditData {
std::vector<monster_ego> re_info;
/**
+ * Wilderness features
+ */
+ std::vector<wilderness_type_info> wf_info;
+
+ /**
* Base skills for all characters.
*/
skill_modifiers gen_skill;