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 7b69ecac..b8463158 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include "ability_type.hpp"
#include "dungeon_info_type.hpp"
#include "hist_type.hpp"
#include "owner_type.hpp"
@@ -87,4 +88,9 @@ struct GameEditData {
*/
skill_modifiers gen_skill;
+ /**
+ * Player abilities.
+ */
+ std::vector<ability_type> ab_info;
+
};