X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=41747810631f72623ee9455b0944cfb6a92cf463;hb=7758484aa10294db3689a7eacc9c4b64132d5d6e;hp=215df8e62ec33cd7276d33340ee926e79c926c5a;hpb=4a8314a1bba69c0ca6ea33bd11d7e4cf9aa0f65d;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 215df8e6..41747810 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -1,7 +1,7 @@ /*********************************************************** * Artsoft Retro-Game Library * *----------------------------------------------------------* -* (c) 1994-2002 Artsoft Entertainment * +* (c) 1994-2006 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -16,25 +16,6 @@ #define GAME_EM_VERSION_1_0_0 +#include "export.h" -/* ========================================================================= */ -/* 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 */ +#endif /* GAME_EM_H */