X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fgame_em.h;h=540b38ee3ba3ecca8ec9d495c68da8f6a1b03421;hb=322c8667eecfd313a24523a489b06b8454005d68;hp=48012ab228ca10e5c659bab3b79955b5413b23cf;hpb=c405cf118d3d31c2b6e1fe935671ecdaeb031f8f;p=rocksndiamonds.git diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 48012ab2..540b38ee 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -16,10 +16,26 @@ #define GAME_EM_VERSION_1_0_0 + +/* ========================================================================= */ +/* functions exported from main program to game_em */ +/* ========================================================================= */ + +#include "../libgame/libgame.h" + +extern void SetBitmaps_EM(Bitmap **); +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 void em_main_init_game(); +extern int em_main_init_game(int, char *); extern int em_main_handle_game(byte); + #endif /* GAME_EM_H */