diff options
author | Hop311 <hop3114@gmail.com> | 2023-08-10 12:32:53 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-08-10 12:32:53 +0200 |
commit | 170ee25469322d25931050813a779dfbc2eaa4b0 (patch) | |
tree | 42bc9cc4a0e33ff1f1a64ae5e23edc4a52ca4320 /src/openvic/pop/Culture.hpp | |
parent | 8a08be3e7e8477973e243716d431ad7117acfa43 (diff) |
Added distributions for pop type and culture
Diffstat (limited to 'src/openvic/pop/Culture.hpp')
-rw-r--r-- | src/openvic/pop/Culture.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic/pop/Culture.hpp b/src/openvic/pop/Culture.hpp index 971ef71..657a531 100644 --- a/src/openvic/pop/Culture.hpp +++ b/src/openvic/pop/Culture.hpp @@ -32,7 +32,7 @@ namespace OpenVic { GraphicalCultureType const& get_unit_graphical_culture_type() const; }; - struct Culture : HasIdentifier, HasColour { + struct Culture : HasIdentifierAndColour { friend struct CultureManager; using name_list_t = std::vector<std::string>; |