X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fengines.h;h=f7b0001838eb5c8b20024f36a6279a73e7c3e7f3;hb=1db2f63d60082eadc1ef59bb872060edb1c7efb6;hp=ab6c38fd033edef5ab8c3ee2dcc5b8e6e40da192;hpb=567cfcb396e3fc031a25362b747dd0a5a096b4ec;p=rocksndiamonds.git diff --git a/src/engines.h b/src/engines.h index ab6c38fd..f7b00018 100644 --- a/src/engines.h +++ b/src/engines.h @@ -16,6 +16,7 @@ #include "game_em/export.h" #include "game_sp/export.h" +#include "game_mm/export.h" #include "game.h" @@ -51,4 +52,14 @@ int getGraphicInfo_Delay(int); boolean isNextAnimationFrame_SP(int, int); +/* ========================================================================= */ +/* functions and definitions exported from main program to game_mm */ +/* ========================================================================= */ + +void SetDrawtoField(int); + +void getGraphicSource(int, int, Bitmap **, int *, int *); +void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *); + + #endif /* ENGINES_H */