summaryrefslogtreecommitdiff
path: root/src/game_edit_data.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-05 18:45:08 +0200
commit667acd0e312301ad613b6a71f843c51d2062aee6 (patch)
tree5e93eef312d1c8a049161f040859ed2d1a0be850 /src/game_edit_data.hpp
parent4b179786d73cde338e97503d036baea9015f655d (diff)
Move d_info into GameEditData
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 bfb2e418..6f1ffa8f 100644
--- a/src/game_edit_data.hpp
+++ b/src/game_edit_data.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include "dungeon_info_type.hpp"
#include "hist_type.hpp"
#include "owner_type.hpp"
#include "player_class.hpp"
@@ -19,6 +20,11 @@
struct GameEditData {
/**
+ * Dungeons
+ */
+ std::vector<dungeon_info_type> d_info;
+
+ /**
* Vaults
*/
std::vector<vault_type> v_info;