From abba018da3c2c8011b1485ee8e9e5b2690659c76 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sat, 14 Oct 2017 21:40:34 +0500 Subject: 2017-10-14 --- src/Render.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Render.hpp') 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 chatMessages; enum GameState { InitialLoading, @@ -30,6 +30,8 @@ class Render { Loading, Playing, Paused, + Inventory, + Chat, } state = InitialLoading; std::string stateString; -- cgit v1.2.3