X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=f41b0f83308646597b2ce278531ed6bb77c087ca;hb=6890bb7cb72e140f4b82f35217655ae6c5213fec;hp=f79e84f0923ce24882e1bdeddc97bf547e717a38;hpb=f2b486caeabc0548dfa744c1569496c087b7420f;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index f79e84f0..f41b0f83 100644 --- a/src/tools.h +++ b/src/tools.h @@ -96,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); @@ -151,5 +149,6 @@ int el2edimg(int); int el2preimg(int); unsigned int InitRND(long); +void InitGraphicInfo_EM(void); #endif /* TOOLS_H */