X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=5f994115853cb6baf8a22c1b46171c75cd362eeb;hb=20e9d89a234989e55d9d232b6e5ba5a81342ced6;hp=725d808c6ded0891a710af261ca191322afc2434;hpb=f2b486caeabc0548dfa744c1569496c087b7420f;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 725d808c..5f994115 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -1,55 +1,19 @@ -/*********************************************************** -* Artsoft Retro-Game Library * -*----------------------------------------------------------* -* (c) 1994-2002 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* game_em.h * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// game_em.h +// ============================================================================ #ifndef GAME_EM_H #define GAME_EM_H #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); -extern void InitGraphicsInfoEM(void); - - -/* ========================================================================= */ -/* functions and definitions exported from game_em to main program */ -/* ========================================================================= */ - -#include "main_em.h" - -extern struct LevelInfo_EM native_em_level; -extern struct GraphicInfo_EM graphic_info_em[][8]; - -extern void em_open_all(); -extern void em_close_all(); - -extern void InitGameEngine_EM(); -extern void GameActions_EM(byte); - -extern unsigned int InitEngineRND_EM(long); - -extern void setLevelInfoToDefaults_EM(); -extern boolean LoadNativeLevel_EM(char *); - +#include "export.h" #endif /* GAME_EM_H */