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 6adb3804..59a74182 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -6,6 +6,7 @@
#include "hist_type.hpp"
#include "monster_ego.hpp"
#include "monster_race.hpp"
+#include "object_kind.hpp"
#include "owner_type.hpp"
#include "player_class.hpp"
#include "player_race.hpp"
@@ -54,6 +55,11 @@ struct GameEditData {
std::vector<set_type> set_info;
/**
+ * Object kinds
+ */
+ std::vector<object_kind> k_info;
+
+ /**
* Building actions.
*/
std::vector<store_action_type> ba_info;