rnd-20040822-4-src
[rocksndiamonds.git] / src / game_em / game_em.h
1 /***********************************************************
2 * Artsoft Retro-Game Library                               *
3 *----------------------------------------------------------*
4 * (c) 1994-2002 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * game_em.h                                                *
12 ***********************************************************/
13
14 #ifndef GAME_EM_H
15 #define GAME_EM_H
16
17 #define GAME_EM_VERSION_1_0_0
18
19
20 /* ========================================================================= */
21 /* functions exported from main program to game_em                           */
22 /* ========================================================================= */
23
24 #include "../libgame/libgame.h"
25
26 extern void DrawGameDoorValues_EM(int, int, int, int);
27
28
29 /* ========================================================================= */
30 /* functions exported from game_em to main program                           */
31 /* ========================================================================= */
32
33 extern void em_open_all();
34 extern void em_close_all();
35
36 extern int em_main_init_game(int, char *);
37 extern int em_main_handle_game(byte);
38
39
40 #endif /* GAME_EM_H */