rnd-20021019-1-src
[rocksndiamonds.git] / src / tools.h
index 33f43c8c786ec220a33df38bc9998732f0888fdd..96b27e416d4ec99cfc1d257ab11634aa3ececae2 100644 (file)
@@ -85,8 +85,11 @@ void DrawNewGraphicThruMask(int, int, int, int);
 void DrawGraphicThruMaskExt(DrawBuffer *, int, int, int);
 void DrawNewGraphicThruMaskExt(DrawBuffer *, int, int, int, int);
 void DrawMiniGraphic(int, int, int);
+void DrawNewMiniGraphic(int, int, int);
 void getMiniGraphicSource(int, Bitmap **, int *, int *);
+void getNewMiniGraphicSource(int, Bitmap **, int *, int *);
 void DrawMiniGraphicExt(DrawBuffer *, int, int, int);
+void DrawNewMiniGraphicExt(DrawBuffer *, int, int, int);
 void DrawGraphicShifted(int, int, int, int, int, int, int);
 void DrawNewGraphicShifted(int, int, int, int, int, int, int, int);
 void DrawGraphicShiftedThruMask(int, int, int, int, int, int);
@@ -115,10 +118,13 @@ void DrawNewScreenField(int, int);
 void DrawLevelField(int, int);
 void DrawNewLevelField(int, int);
 void DrawMiniElement(int, int, int);
+void DrawNewMiniElement(int, int, int);
 void DrawMiniElementOrWall(int, int, int, int);
+void DrawNewMiniElementOrWall(int, int, int, int);
 void DrawMicroElement(int, int, int);
 void DrawLevel(void);
 void DrawMiniLevel(int, int, int, int);
+void DrawNewMiniLevel(int, int, int, int);
 void DrawMicroLevel(int, int, boolean);
 boolean Request(char *, unsigned int);
 unsigned int OpenDoor(unsigned int);