diff options
Diffstat (limited to '')
-rw-r--r-- | src/Render.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Render.hpp b/src/Render.hpp index 0b67218..2a48356 100644 --- a/src/Render.hpp +++ b/src/Render.hpp @@ -21,6 +21,8 @@ class Render { std::map<SDL_Scancode, bool> isKeyPressed; bool HasFocus=true; float sensetivity = 0.1f; + bool isWireframe = false; + bool isDisplayInventory = false; enum GlobalState { InitialLoading, |