X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.h;h=d4fdb2693b0788c3086b7f0c014805f3df0bba46;hb=a750ba6776fdfb711f5da2e6094c8010cd19645a;hp=5f188c47fa39bc3b81f61611896f9d387f88502f;hpb=e44b29a71f573c44380ed1ed0bf118981f8119c8;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 5f188c47..d4fdb269 100644 --- a/src/tools.h +++ b/src/tools.h @@ -72,6 +72,7 @@ void DrawPlayerField(int, int); void DrawPlayer(struct PlayerInfo *); int getGraphicAnimationFrame(int, int); void DrawGraphicAnimation(int, int, int); +void getGraphicSource(int, int, Bitmap **, int *, int *); void DrawGraphic(int, int, int, int); void DrawOldGraphicExt(DrawBuffer *, int, int, int); void DrawGraphicExt(DrawBuffer *, int, int, int, int); @@ -96,6 +97,7 @@ void DrawScreenField(int, int); void DrawLevelField(int, int); void DrawMiniElement(int, int, int); void DrawMiniElementOrWall(int, int, int, int); +void getMicroGraphicSource(int, Bitmap **, int *, int *); void DrawMicroElement(int, int, int); void DrawLevel(void); void DrawMiniLevel(int, int, int, int);