From dcd030c6ed41e080846d1d50cf82e1055ae48edd Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Fri, 15 Sep 2017 20:46:56 +0500 Subject: 2017-09-15 --- src/GameState.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GameState.hpp') diff --git a/src/GameState.hpp b/src/GameState.hpp index 6dbb194..659f829 100644 --- a/src/GameState.hpp +++ b/src/GameState.hpp @@ -8,6 +8,7 @@ #include "NetworkClient.hpp" #include "Vector.hpp" #include "Event.hpp" +#include "Window.hpp" class GameState { std::shared_ptr nc; @@ -73,4 +74,7 @@ public: long long TimeOfDay = 0; std::shared_ptr gs; + + Window playerInventory; + std::vector openedWindows; }; -- cgit v1.2.3