X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=4beaa587ca100f4719c985dcda76f097aeb23439;hb=f47cd4b09952aaf95d16542f6b53f2d8bf9e1d7d;hp=8f82212c994df5f7e47fea127351c6be848c3f2c;hpb=7d171d862abdecced79f60535b49a686386cefe1;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 8f82212c..4beaa587 100644 --- a/src/game.h +++ b/src/game.h @@ -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);