From 4eba08af501560e9139a562c53fbbc8b694fb4cf Mon Sep 17 00:00:00 2001 From: wvpm <24685035+wvpm@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:23:39 +0100 Subject: ModifierEffectCache & location to fields --- src/openvic-simulation/map/State.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/openvic-simulation/map/State.hpp') diff --git a/src/openvic-simulation/map/State.hpp b/src/openvic-simulation/map/State.hpp index e1f5953..55cd9e7 100644 --- a/src/openvic-simulation/map/State.hpp +++ b/src/openvic-simulation/map/State.hpp @@ -49,7 +49,7 @@ namespace OpenVic { std::string get_identifier() const; void update_gamestate(); - void state_tick(const Date today, ModifierEffectCache const& modifier_effect_cache); + void state_tick(const Date today); IndexedMap>& get_mutable_pops_cache_by_type(); }; @@ -70,7 +70,7 @@ namespace OpenVic { size_t get_state_count() const; void update_gamestate(); - void tick(const Date today, ModifierEffectCache const& modifier_effect_cache); + void tick(const Date today); }; struct MapInstance; @@ -94,6 +94,6 @@ namespace OpenVic { void reset(); void update_gamestate(); - void tick(const Date today, ModifierEffectCache const& modifier_effect_cache); + void tick(const Date today); }; } -- cgit v1.2.3-56-ga3b1