X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=6f0904749b2c16feb705067b51944bd0287d562e;hb=9d23eac9de03f91cf0ac094786ab30cdd589ac49;hp=08854a1298a84c257908d8752dd2bed4b2304176;hpb=cee436b68cda95e13abc810235a11ce94bc79c95;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 08854a12..6f090474 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -1,25 +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 +// https://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// game_em.h +// ============================================================================ #ifndef GAME_EM_H #define GAME_EM_H #define GAME_EM_VERSION_1_0_0 -extern void em_open_all(); -extern void em_close_all(); +#include "export.h" -extern int em_main_init_game(int, char *); -extern int em_main_handle_game(byte); - -#endif /* GAME_EM_H */ +#endif /* GAME_EM_H */