From 42847682e6b753a819d23c3df77467f6d39c486b Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move bg 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 7addfd65..9370b7d4 100644 --- a/src/game_edit_data.hpp +++ b/src/game_edit_data.hpp @@ -1,5 +1,6 @@ #pragma once +#include "hist_type.hpp" #include "owner_type.hpp" #include "player_class.hpp" #include "player_race.hpp" @@ -58,4 +59,9 @@ struct GameEditData { */ std::vector race_mod_info; + /** + * Player race histories + */ + std::vector bg; + }; -- cgit v1.2.3