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 6a6fea9c..cc3af2dc 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -3,6 +3,7 @@
#include "ability_type.hpp"
#include "artifact_type.hpp"
#include "dungeon_info_type.hpp"
+#include "ego_item_type.hpp"
#include "feature_type.hpp"
#include "hist_type.hpp"
#include "monster_ego.hpp"
@@ -56,6 +57,11 @@ struct GameEditData {
std::vector<artifact_type> a_info;
/**
+ * Ego items
+ */
+ std::vector<ego_item_type> e_info;
+
+ /**
* Artifact sets
*/
std::vector<set_type> set_info;