From aebc48dffa75698be4d2c1bb2b1a0927b10be1cc Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move st_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 863cabe4..7b69ecac 100644 --- a/src/game_edit_data.hpp +++ b/src/game_edit_data.hpp @@ -10,6 +10,7 @@ #include "randart_part_type.hpp" #include "set_type.hpp" #include "store_action_type.hpp" +#include "store_info_type.hpp" #include "vault_type.hpp" #include @@ -51,6 +52,11 @@ struct GameEditData { */ std::vector ba_info; + /** + * Buildings + */ + std::vector st_info; + /** * Building owners. */ -- cgit v1.2.3