rnd-20040822-4-src
[rocksndiamonds.git] / src / game_em / game_em.h
index 08854a1298a84c257908d8752dd2bed4b2304176..215df8e62ec33cd7276d33340ee926e79c926c5a 100644 (file)
 
 #define GAME_EM_VERSION_1_0_0
 
+
+/* ========================================================================= */
+/* functions exported from main program to game_em                           */
+/* ========================================================================= */
+
+#include "../libgame/libgame.h"
+
+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 */