X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FGame.hpp;h=63070927149d101fd87f619e554558193b5b814e;hp=d14037f79dca0486187060a5de8d38415265dfc6;hb=c3d275ada8dc8c67e9930d23587e0c203761a056;hpb=00a07ffc6abc6e36cf790448e694155f021c7b9d diff --git a/Source/Game.hpp b/Source/Game.hpp index d14037f..6307092 100644 --- a/Source/Game.hpp +++ b/Source/Game.hpp @@ -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);