X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=081964f58922999c0ce824d7e1e9aaa4ea74b584;hb=69e8efac8d856859c55237e085ff8b514ae1aa3c;hp=3a66264e4f57df98a6648880d76ffeea90340573;hpb=2443a8a09966a9940e1420c91d24a297325c2a00;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 3a66264e..081964f5 100644 --- a/src/game.h +++ b/src/game.h @@ -30,6 +30,7 @@ #define SC_ZEITBONUS 10 void GetPlayerConfig(void); +void DrawGameDoorValues(void); void InitGame(void); void InitMovDir(int, int); void InitAmoebaNr(int, int); @@ -92,7 +93,7 @@ boolean PlaceBomb(struct PlayerInfo *); void PlaySoundLevel(int, int, int); void RaiseScore(int); void RaiseScoreElement(int); -void RequestQuitGame(void); +void RequestQuitGame(boolean); void CreateGameButtons(); void UnmapGameButtons();