X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_em%2Fgame_em.h;h=5595d26ca0b1eb3fd6d5711331a25cf6f068c5d0;hb=2c89261a1186ffc19bd6e5f82e9369bee1545e2f;hp=cd1ddf3efa9f8e5c8082df984c3019238c3eadbe;hpb=9583e9c55b889974e0df9a8ca1930efdf29bda29;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index cd1ddf3e..5595d26c 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -24,6 +24,7 @@ #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); @@ -43,6 +44,7 @@ extern void em_close_all(); extern void InitGameEngine_EM(); extern void GameActions_EM(byte); +void setLevelInfoToDefaults_EM(); boolean LoadNativeLevel_EM(char *);