X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=cf5d2c285b993d93f79c0394cbd7ab29c170bf73;hb=a66c0afe4cfb63e59bfe5ffe61e4bd4e4367ce72;hp=c7e70c315d2cd08b697e85dd52b9e0870befafe2;hpb=d622dbaa8d28574914b62457bdc518ca70b3ee21;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index c7e70c31..cf5d2c28 100644 --- a/src/game.h +++ b/src/game.h @@ -241,6 +241,8 @@ void PlayLevelSound_EM(int, int, int, int); void RaiseScore(int); void RaiseScoreElement(int); + +void RequestQuitGameExt(boolean, boolean, char *); void RequestQuitGame(boolean); unsigned int InitEngineRandom_RND(long);