X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=f28005234177a03d32523d132b7be34bd3e48481;hb=c42862bb754d7a8b1ff476887669650845f7570e;hp=7f4fe537fd9e222ccfb1b35b51a3338b1c34c084;hpb=2354413660449688b28a1e9a21df85a24df902ec;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 7f4fe537..f2800523 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -28,6 +28,7 @@ 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); +extern void InitGraphicInfo_EM(void); /* ========================================================================= */ @@ -37,6 +38,7 @@ extern void PlayLevelSound_EM(int, int, int, int); #include "main_em.h" extern struct LevelInfo_EM native_em_level; +extern struct GraphicInfo_EM graphic_info_em[][8]; extern void em_open_all(); extern void em_close_all();