diff options
author | BrickPi <49528459+BrickPi@users.noreply.github.com> | 2023-11-13 02:25:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 02:25:32 +0100 |
commit | ba7bfc52803781c970d6e8afc84c7d3d3e843726 (patch) | |
tree | 768e068cd0fbe02f1eef1bced2471d0cda920c08 /src/openvic-simulation/country/Country.hpp | |
parent | c8983f5cda0b396b76c9d1491cf4c8ff5997d420 (diff) | |
parent | 66226db07d3702cc1c61498ce3fbce3d366b2488 (diff) |
Merge pull request #74 from OpenVicProject/apply-country-history
Country History Improvements
Diffstat (limited to 'src/openvic-simulation/country/Country.hpp')
-rw-r--r-- | src/openvic-simulation/country/Country.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvic-simulation/country/Country.hpp b/src/openvic-simulation/country/Country.hpp index fa38293..db1e40b 100644 --- a/src/openvic-simulation/country/Country.hpp +++ b/src/openvic-simulation/country/Country.hpp @@ -51,6 +51,7 @@ namespace OpenVic { policy_map_t const& get_policies() const; }; + /* Generic information about a TAG */ struct Country : HasIdentifierAndColour { friend struct CountryManager; |