X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=5a02dd113a63b79bfc54b61fbff643a66d75c369;hb=8ca1cd4ae397da6b91d425aac0b3a40d302b66c2;hp=4dffbbd1ba1902a293345fc89c419bdcbdcaeb9e;hpb=8012cb56ca562fa7c3001fb6acc7b1c7db3f580e;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 4dffbbd1..5a02dd11 100644 --- a/src/tools.h +++ b/src/tools.h @@ -150,6 +150,7 @@ void getSizedGraphicSourceExt(int, int, int, Bitmap **, int *, int *, boolean); void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *); void getFixedGraphicSource(int, int, Bitmap **, int *, int *); void getMiniGraphicSource(int, Bitmap **, int *, int *); +void getGlobalAnimGraphicSource(int, int, Bitmap **, int *, int *); void getGraphicSource(int, int, Bitmap **, int *, int *); void DrawGraphic(int, int, int, int); @@ -180,6 +181,7 @@ void DrawLevelFieldThruMask(int, int); void DrawLevelFieldCrumbled(int, int); void DrawLevelFieldCrumbledDigging(int, int, int, int); void DrawLevelFieldCrumbledNeighbours(int, int); +void DrawScreenGraphic(int, int, int, int); void DrawScreenElement(int, int, int); void DrawLevelElement(int, int, int); void DrawScreenField(int, int);