X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=4bca9fd69f8253151c8dc6194e2e4cc3256f9f7f;hb=494b886d5c5041013ea361a12a07d7cd87551d52;hp=ba51836515b64bcb36dda560b81aa80201a53fb8;hpb=4d331e6a8db3d4b6f1006a70a0fad6f02323c9b9;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index ba518365..4bca9fd6 100644 --- a/src/game.h +++ b/src/game.h @@ -17,9 +17,15 @@ #include "main.h" void GetPlayerConfig(void); + +void DrawGameValue_Time(int); void DrawGameDoorValues(void); + void InitGameSound(); void InitGame(void); + +void UpdateEngineValues(int, int); + void InitMovDir(int, int); void InitAmoebaNr(int, int); void GameWon(void); @@ -76,6 +82,7 @@ boolean SnapField(struct PlayerInfo *, int, int); boolean DropElement(struct PlayerInfo *); void InitPlayLevelSound(); +void PlayLevelSound_EM(int, int, int, int); void RaiseScore(int); void RaiseScoreElement(int);