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 7b2313c..a7b510a 100644
--- a/src/Render.hpp
+++ b/src/Render.hpp
@@ -15,6 +15,7 @@ class RendererWorld;
class Framebuffer;
class RmlRenderInterface;
class RmlSystemInterface;
+class RmlFileInterface;
namespace Rml
{
class Context;
@@ -51,8 +52,9 @@ class Render {
float fieldResolutionScale;
std::unique_ptr<RmlRenderInterface> rmlRender;
std::unique_ptr<RmlSystemInterface> rmlSystem;
+ std::unique_ptr<RmlFileInterface> rmlFile;
Rml::Context* rmlContext;
- unsigned short sdlKeyMods;
+ unsigned short sdlKeyMods = 0;
void SetMouseCapture(bool IsCaptured);