X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=0407fa5ca699ebaec4e4e585bd8c6180bf4ccd81;hb=6e392e90d99cc0b6d8af3a15fc334bf34f889994;hp=4b05c49cd87c7dec2280f0f9cca591bfd94bb598;hpb=2362e426463cb445e119a4e3e5ce0b6ccb3fb33c;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 4b05c49c..0407fa5c 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -16,32 +16,6 @@ #define GAME_EM_VERSION_1_0_0 - -/* ========================================================================= */ -/* 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 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 void InitGameEngine_EM(); -extern void GameActions_EM(byte); - -boolean LoadNativeLevel_EM(char *); - +#include "export.h" #endif /* GAME_EM_H */