From 3550c455526eb6f8935f488810e73fe01a1177a9 Mon Sep 17 00:00:00 2001 From: Hop311 Date: Mon, 8 May 2023 22:01:13 +0100 Subject: Added GoodManager --- src/openvic2/map/Region.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/openvic2/map/Region.hpp') diff --git a/src/openvic2/map/Region.hpp b/src/openvic2/map/Region.hpp index 3920dfc..f688254 100644 --- a/src/openvic2/map/Region.hpp +++ b/src/openvic2/map/Region.hpp @@ -1,18 +1,16 @@ #pragma once -#include - #include "Province.hpp" namespace OpenVic2 { struct ProvinceSet { protected: - std::set provinces; + std::vector provinces; public: size_t get_province_count() const; bool contains_province(Province const* province) const; - std::set const& get_provinces() const; + std::vector const& get_provinces() const; }; /* REQUIREMENTS: -- cgit v1.2.3-56-ga3b1