From 15b0e9946049946133c9c932ef23d06a665f63fb Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sun, 2 Jul 2023 06:34:43 +1000 Subject: Initial setup of input stuff --- source/client/StarClientApplication.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/client/StarClientApplication.hpp') diff --git a/source/client/StarClientApplication.hpp b/source/client/StarClientApplication.hpp index 5e577e8..186efaf 100644 --- a/source/client/StarClientApplication.hpp +++ b/source/client/StarClientApplication.hpp @@ -11,6 +11,7 @@ #include "StarErrorScreen.hpp" #include "StarCinematic.hpp" #include "StarKeyBindings.hpp" +#include "StarInput.hpp" #include "StarMainApplication.hpp" namespace Star { @@ -74,6 +75,7 @@ private: // Valid after applicationInit is called MainMixerPtr m_mainMixer; GuiContextPtr m_guiContext; + InputPtr m_input; // Valid after renderInit is called the first time CinematicPtr m_cinematicOverlay; -- cgit v1.2.3