From 1173c144b06d5d2d3c9e6351af5e6f06cb843d4b Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Move v_info into GameEditData --- src/game_edit_data.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/game_edit_data.hpp') diff --git a/src/game_edit_data.hpp b/src/game_edit_data.hpp index e05f6d60..7dea2610 100644 --- a/src/game_edit_data.hpp +++ b/src/game_edit_data.hpp @@ -1,9 +1,18 @@ #pragma once +#include "vault_type.hpp" + +#include + /** * Game edit data, i.e. the parsed contents of the edit .txt * files. */ struct GameEditData { + /** + * Vaults + */ + std::vector v_info; + }; -- cgit v1.2.3