summaryrefslogtreecommitdiffstats
path: root/src/Render.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Render.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Render.hpp b/src/Render.hpp
index cf9b9f9..87494fa 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -8,7 +8,6 @@
#include <SDL.h>
#include "Utility.hpp"
-#include "Renderer.hpp"
#include "Event.hpp"
#include "Gal.hpp"
@@ -31,7 +30,7 @@ class Render {
float mouseXDelta, mouseYDelta;
std::unique_ptr<RendererWorld> world;
bool renderWorld = false;
- RenderState renderState;
+ size_t windowWidth, windowHeight;
std::map<SDL_Scancode, bool> isKeyPressed;
bool HasFocus=true;
float sensetivity = 0.1f;