diff options
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 |