X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=fd003ffbb231e60ba1ffb80867c796db1ba6ab30;hp=14400ffc6f297e78771d7233a125f5feed7ef815;hb=f47cd4b09952aaf95d16542f6b53f2d8bf9e1d7d;hpb=c5321d9d36d0a74062651d0352fbbaccbe125eca diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 14400ffc..fd003ffb 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -24,8 +24,10 @@ #include "../libgame/libgame.h" extern void SetBitmaps_EM(Bitmap **); +extern void UpdateEngineValues(int, int); extern void DrawGameDoorValues_EM(int, int, int, int); extern int getGameFrameDelay_EM(int); +extern void PlayLevelSound_EM(int, int, int, int); /* ========================================================================= */