cleanup of functions for getting graphic source (bitmap and position)
[rocksndiamonds.git] / src / tools.h
index 4c7a65266ba7cef1ea89fed9e269726b4170113e..7ed5f1b16f168bbacb93a54e70ee5239b30292b1 100644 (file)
@@ -130,6 +130,8 @@ void DrawAllPlayers(void);
 void DrawPlayerField(int, int);
 void DrawPlayer(struct PlayerInfo *);
 
+void getGraphicSourceBitmap(int, int, Bitmap **);
+void getGraphicSourceXY(int, int, int *, int *, boolean);
 void getSizedGraphicSourceExt(int, int, int, Bitmap **, int *, int *, boolean);
 void getFixedGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean);
 void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *);