X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=43f256e9f645cb2127aa92795a74234fae2b4e6b;hb=afc437d91c5c31a6569349a118ace6876737889f;hp=6d46ff4954535ecc9638b7fc19fd1d977e487d72;hpb=d5c770ce2a9b5d20ed0cb9dc43aaef018c980983;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 6d46ff4..43f256e 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -147,7 +147,6 @@ void LoadStuff(); void LoadScreenTexture(); void LoadingScreen(); int DrawGLScene(StereoSide side); -void LoadMenu(); void playdialoguescenesound(); int findClosestPlayer(); void Loadlevel(int which); @@ -161,7 +160,6 @@ int checkcollide(XYZ startpoint, XYZ endpoint); int checkcollide(XYZ startpoint, XYZ endpoint, int what); void fireSound(int sound = fireendsound); -void setKeySelected(); void inputText(std::string& str, unsigned* charselected); void flash(float amount = 1, int delay = 1);