summaryrefslogtreecommitdiffstats
path: root/src/GameState.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameState.hpp')
-rw-r--r--src/GameState.hpp4
1 files changed, 4 insertions, 0 deletions
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<NetworkClient> nc;
@@ -73,4 +74,7 @@ public:
long long TimeOfDay = 0;
std::shared_ptr<GameState> gs;
+
+ Window playerInventory;
+ std::vector<Window> openedWindows;
};