X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=081964f58922999c0ce824d7e1e9aaa4ea74b584;hb=69e8efac8d856859c55237e085ff8b514ae1aa3c;hp=9bf009eb7ac98878af0e0f3739369e0b08404dd2;hpb=3e37435df4c77706b5820abcbc4364d37618b645;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 9bf009eb..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,6 +93,7 @@ boolean PlaceBomb(struct PlayerInfo *); void PlaySoundLevel(int, int, int); void RaiseScore(int); void RaiseScoreElement(int); +void RequestQuitGame(boolean); void CreateGameButtons(); void UnmapGameButtons();