From 1726fc7a8ab66c15385bdda8f0533cddeb867b58 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move set_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 6f1ffa8f..863cabe4 100644 --- a/src/game_edit_data.hpp +++ b/src/game_edit_data.hpp @@ -8,6 +8,7 @@ #include "player_race_mod.hpp" #include "randart_gen_type.hpp" #include "randart_part_type.hpp" +#include "set_type.hpp" #include "store_action_type.hpp" #include "vault_type.hpp" @@ -40,6 +41,11 @@ struct GameEditData { */ std::vector ra_gen; + /** + * Artifact sets + */ + std::vector set_info; + /** * Building actions. */ -- cgit v1.2.3