rnd-20070403-1-src
[rocksndiamonds.git] / src / tools.h
index 2e0762cc2c89ab4ec3a8852a5789cf56d7d63257..80f76114b4ed560f7de9164950e168f6b18cd060 100644 (file)
@@ -117,6 +117,8 @@ void DrawAllPlayers(void);
 void DrawPlayerField(int, int);
 void DrawPlayer(struct PlayerInfo *);
 
+void getSizedGraphicSource(int, Bitmap **, int *, int *, int);
+void getMiniGraphicSource(int, Bitmap **, int *, int *);
 void getGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean);
 void getGraphicSource(int, int, Bitmap **, int *, int *);
 void DrawGraphic(int, int, int, int);
@@ -124,8 +126,9 @@ void DrawGraphicExt(DrawBuffer *, int, int, int, int);
 void DrawGraphicThruMask(int, int, int, int);
 void DrawGraphicThruMaskExt(DrawBuffer *, int, int, int, int);
 
+void DrawSizedGraphic(int, int, int, int);
+void DrawSizedGraphicExt(DrawBuffer *, int, int, int, int);
 void DrawMiniGraphic(int, int, int);
-void getMiniGraphicSource(int, Bitmap **, int *, int *);
 void DrawMiniGraphicExt(DrawBuffer *, int, int, int);
 
 void DrawScreenElementExt(int, int, int, int, int, int, int);
@@ -182,6 +185,7 @@ int el2baseimg(int);
 int el2img(int);
 int el2edimg(int);
 int el2preimg(int);
+int el2doorimg(int);
 int font2baseimg(int);
 
 int getBeltNrFromBeltElement(int);