rnd-20041121-1-src
[rocksndiamonds.git] / src / game_em / game_em.h
index 7f4fe537fd9e222ccfb1b35b51a3338b1c34c084..725d808c6ded0891a710af261ca191322afc2434 100644 (file)
@@ -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 InitGraphicsInfoEM(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();