]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.hpp
GameTick: Move input processing to a dedicated method
[lugaru.git] / Source / Game.hpp
index d14037f79dca0486187060a5de8d38415265dfc6..63070927149d101fd87f619e554558193b5b814e 100644 (file)
@@ -146,9 +146,14 @@ void playdialoguescenesound();
 int findClosestPlayer();
 bool LoadLevel(int which);
 bool LoadLevel(const std::string& name, bool tutorial = false);
+
+void ProcessInput();
+void ProcessDevInput();
+
 void Tick();
 void TickOnce();
 void TickOnceAfter();
+
 void SetUpLighting();
 GLvoid ReSizeGLScene(float fov, float near);