X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.hpp;h=63070927149d101fd87f619e554558193b5b814e;hb=c3d275ada8dc8c67e9930d23587e0c203761a056;hp=36ad6c8c4de0080ffc2bcd20b4b97cb8e87d4e60;hpb=1198f8141fe7d5b04a936935c45af3217064b0d7;p=lugaru.git diff --git a/Source/Game.hpp b/Source/Game.hpp index 36ad6c8..6307092 100644 --- a/Source/Game.hpp +++ b/Source/Game.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -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);