From 0c2f30b56c221a826ba64f0ec864c29d0f717644 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move r_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 8b118397..16a97da7 100644 --- a/src/game_edit_data.hpp +++ b/src/game_edit_data.hpp @@ -4,6 +4,7 @@ #include "dungeon_info_type.hpp" #include "hist_type.hpp" #include "monster_ego.hpp" +#include "monster_race.hpp" #include "owner_type.hpp" #include "player_class.hpp" #include "player_race.hpp" @@ -91,6 +92,11 @@ struct GameEditData { */ std::vector s_descriptors; + /* + * The monster races + */ + std::vector r_info; + /** * Monster race egos */ -- cgit v1.2.3