X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=d501b8c7e78906775932b5d8e0cd7f50797a8f47;hb=f4685cb5e78e8e8056448d1de1bb75edb9a4fb1b;hp=58b0a42870ddfd3b63e02604ad28ba0b74c794fa;hpb=db2e2199f99aac924e695799551bf8fdbe164247;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 58b0a42..d501b8c 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -249,7 +249,6 @@ class Game void SetUpLighting(); void Loadlevel(int which); void Loadlevel(char *name); - void LoadSounds(); void Setenvironment(int which); GLvoid ReSizeGLScene(float fov, float near); int findPathDist(int start,int end);