From b9fca0267b1d6a32d57e1fb4387f52c19d1c3fa6 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move f_info into GameEditData --- src/game_edit_data.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game_edit_data.hpp') 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 re_info; + /* + * Terrain features + */ + std::vector f_info; + /** * Wilderness features */ -- cgit v1.2.3