diff options
author | ClarkeCode <clarke.john.robert@gmail.com> | 2023-06-23 08:55:52 +0200 |
---|---|---|
committer | ClarkeCode <clarke.john.robert@gmail.com> | 2023-06-23 09:03:07 +0200 |
commit | c2bbef21e3ac507a8f6ceea8662ec3f988e9a4d9 (patch) | |
tree | 6eb0ffb0ebe6c73fdf3b6b6e749b65720a647664 /src/openvic/Simulation.hpp | |
parent | 9c8bc64662b3b3e352e59fbf58eca46f72117f5a (diff) |
Fragile loading of goods, cascading wide string changescompatibility-precursors
Diffstat (limited to 'src/openvic/Simulation.hpp')
-rw-r--r-- | src/openvic/Simulation.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
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 |