X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=4bca9fd69f8253151c8dc6194e2e4cc3256f9f7f;hb=ea6e4698905d7440a265e323d03cf13fc323c44b;hp=8a402dccb68ceea793e7f87e58138e15f6de89c4;hpb=9c285b0e8e4d81c5559815c5f7142685ce865206;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 8a402dcc..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); @@ -72,11 +78,11 @@ void TestIfBadThingTouchesOtherBadThing(int, int); void KillHero(struct PlayerInfo *); void BuryHero(struct PlayerInfo *); void RemoveHero(struct PlayerInfo *); -int DigField(struct PlayerInfo *, int, int, int, int, int); 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);