rnd-20040918-1-src
[rocksndiamonds.git] / src / game_em / game_em.h
index 215df8e62ec33cd7276d33340ee926e79c926c5a..4b05c49cd87c7dec2280f0f9cca591bfd94bb598 100644 (file)
 
 
 /* ========================================================================= */
-/* functions exported from main program to game_em                           */
+/* functions and definitions imported from main program to game_em           */
 /* ========================================================================= */
 
 #include "../libgame/libgame.h"
 
+extern void SetBitmaps_EM(Bitmap **);
 extern void DrawGameDoorValues_EM(int, int, int, int);
 
 
 /* ========================================================================= */
-/* functions exported from game_em to main program                           */
+/* functions and definitions exported from game_em to main program           */
 /* ========================================================================= */
 
+#include "main_em.h"
+
+extern struct LevelInfo_EM native_em_level;
+
 extern void em_open_all();
 extern void em_close_all();
 
-extern int em_main_init_game(int, char *);
-extern int em_main_handle_game(byte);
+extern void InitGameEngine_EM();
+extern void GameActions_EM(byte);
+
+boolean LoadNativeLevel_EM(char *);
 
 
-#endif /* GAME_EM_H */
+#endif /* GAME_EM_H */