rnd-20040928-1-src
[rocksndiamonds.git] / src / game.h
index 8a402dccb68ceea793e7f87e58138e15f6de89c4..4beaa587ca100f4719c985dcda76f097aeb23439 100644 (file)
@@ -20,6 +20,9 @@ void GetPlayerConfig(void);
 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 +75,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);