diff options
author | hop311 <hop3114@gmail.com> | 2024-10-19 00:53:32 +0200 |
---|---|---|
committer | hop311 <hop3114@gmail.com> | 2024-10-19 00:53:32 +0200 |
commit | 18ab144ec4ecf1efca68a26bc79b9d54e28e54f8 (patch) | |
tree | bf66badbfbc689b28e593f9aa1f080998ec2b3d8 /src/openvic-simulation/country/CountryInstance.hpp | |
parent | 6181851281876730d7db4bed18791fdbbe3cfbbc (diff) |
Move ModifierManager to its own files
Diffstat (limited to 'src/openvic-simulation/country/CountryInstance.hpp')
-rw-r--r-- | src/openvic-simulation/country/CountryInstance.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openvic-simulation/country/CountryInstance.hpp b/src/openvic-simulation/country/CountryInstance.hpp index 5e42f1d..ea30c0d 100644 --- a/src/openvic-simulation/country/CountryInstance.hpp +++ b/src/openvic-simulation/country/CountryInstance.hpp @@ -35,6 +35,8 @@ namespace OpenVic { struct CountryHistoryEntry; struct MapInstance; struct DefineManager; + struct ModifierEffectCache; + struct StaticModifierCache; /* Representation of a country's mutable attributes, with a CountryDefinition that is unique at any single time * but can be swapped with other CountryInstance's CountryDefinition when switching tags. */ |