diff options
author | Hop311 <hop3114@gmail.com> | 2023-09-14 10:34:54 +0200 |
---|---|---|
committer | Hop311 <hop3114@gmail.com> | 2023-09-14 10:34:54 +0200 |
commit | 5f3e1f3b1b021cbee243236ad8947f203d0416be (patch) | |
tree | 07ea9839190239544fe055812bf3fccce4c245a2 /src/openvic-simulation/pop | |
parent | 6278a35f4704574933464700026d8deb997da5c1 (diff) |
Region + localisation loading
Diffstat (limited to 'src/openvic-simulation/pop')
-rw-r--r-- | src/openvic-simulation/pop/Pop.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic-simulation/pop/Pop.hpp b/src/openvic-simulation/pop/Pop.hpp index e70bc0b..1dc1d32 100644 --- a/src/openvic-simulation/pop/Pop.hpp +++ b/src/openvic-simulation/pop/Pop.hpp @@ -9,7 +9,7 @@ namespace OpenVic { struct PopType; /* REQUIREMENTS: - * POP-18, POP-19, POP-20, POP-21 + * POP-18, POP-19, POP-20, POP-21, POP-34, POP-35, POP-36, POP-37 */ struct Pop { friend struct PopManager; |