diff options
Diffstat (limited to 'src/game_edit_data.hpp')
-rw-r--r-- | src/game_edit_data.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
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" @@ -41,6 +42,11 @@ struct GameEditData { std::vector<randart_gen_type> ra_gen; /** + * Artifact sets + */ + std::vector<set_type> set_info; + + /** * Building actions. */ std::vector<store_action_type> ba_info; |