X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=41747810631f72623ee9455b0944cfb6a92cf463;hb=66a60ab1d501cd3a7a666b3012702455927b3b13;hp=5595d26ca0b1eb3fd6d5711331a25cf6f068c5d0;hpb=2c89261a1186ffc19bd6e5f82e9369bee1545e2f;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 5595d26c..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,36 +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 UpdateEngineValues(int, int); -extern void DrawGameDoorValues_EM(int, int, int, int); -extern int getGameFrameDelay_EM(int); -extern void PlayLevelSound_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); - -void setLevelInfoToDefaults_EM(); -boolean LoadNativeLevel_EM(char *); - +#include "export.h" #endif /* GAME_EM_H */