From c2bbef21e3ac507a8f6ceea8662ec3f988e9a4d9 Mon Sep 17 00:00:00 2001 From: ClarkeCode Date: Fri, 23 Jun 2023 02:55:52 -0400 Subject: Fragile loading of goods, cascading wide string changes --- src/openvic/Simulation.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/openvic/Simulation.hpp') diff --git a/src/openvic/Simulation.hpp b/src/openvic/Simulation.hpp index b0c2a19..e03a1ca 100644 --- a/src/openvic/Simulation.hpp +++ b/src/openvic/Simulation.hpp @@ -1,5 +1,9 @@ #pragma once +#include "economy/Good.hpp" namespace OpenVic { - class Simulation {}; + class Simulation { + public: + GoodManager goodManager; + }; } \ No newline at end of file -- cgit v1.2.3-56-ga3b1