rnd-20040823-1-src
[rocksndiamonds.git] / src / game_em / game_em.h
index 50d64e7e5ef6b9cf48fa544b76566f4a808767ad..540b38ee3ba3ecca8ec9d495c68da8f6a1b03421 100644 (file)
 
 #define GAME_EM_VERSION_1_0_0
 
-extern void em_main();
+
+/* ========================================================================= */
+/* functions exported 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                           */
+/* ========================================================================= */
+
+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);
+
 
 #endif /* GAME_EM_H */