X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=f41b0f83308646597b2ce278531ed6bb77c087ca;hb=494b886d5c5041013ea361a12a07d7cd87551d52;hp=8a0d46661ffcc9cd7906e5730ef4fd7936c9296c;hpb=7d171d862abdecced79f60535b49a686386cefe1;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 8a0d4666..f41b0f83 100644 --- a/src/tools.h +++ b/src/tools.h @@ -85,6 +85,7 @@ void DrawAllPlayers(void); void DrawPlayerField(int, int); void DrawPlayer(struct PlayerInfo *); +void getGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean); void getGraphicSource(int, int, Bitmap **, int *, int *); void DrawGraphic(int, int, int, int); void DrawGraphicExt(DrawBuffer *, int, int, int, int); @@ -95,8 +96,6 @@ void DrawMiniGraphic(int, int, int); void getMiniGraphicSource(int, Bitmap **, int *, int *); void DrawMiniGraphicExt(DrawBuffer *, int, int, int); -void DrawGraphicShifted(int, int, int, int, int, int, int, int); -void DrawGraphicShiftedThruMask(int, int, int, int, int, int, int); void DrawScreenElementExt(int, int, int, int, int, int, int); void DrawLevelElementExt(int, int, int, int, int, int, int); void DrawScreenElementShifted(int, int, int, int, int, int); @@ -149,4 +148,7 @@ int el2img(int); int el2edimg(int); int el2preimg(int); +unsigned int InitRND(long); +void InitGraphicInfo_EM(void); + #endif /* TOOLS_H */