#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; };