summaryrefslogtreecommitdiffstats
path: root/src/Render.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Render.hpp')
-rw-r--r--src/Render.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Render.hpp b/src/Render.hpp
index f9d3497..f35d90c 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -22,7 +22,7 @@ class Render {
bool HasFocus=true;
float sensetivity = 0.1f;
bool isWireframe = false;
- bool isDisplayInventory = false;
+ std::vector<std::string> chatMessages;
enum GameState {
InitialLoading,
@@ -30,6 +30,8 @@ class Render {
Loading,
Playing,
Paused,
+ Inventory,
+ Chat,
} state = InitialLoading;
std::string stateString;