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 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 <vector>
@@ -52,6 +53,11 @@ struct GameEditData {
std::vector<store_action_type> ba_info;
/**
+ * Buildings
+ */
+ std::vector<store_info_type> st_info;
+
+ /**
* Building owners.
*/
std::vector<owner_type> ow_info;