prepared some tool functions for the following commit
[rocksndiamonds.git] / src / tools.h
index 9f144ca297b9867c4e542ae24e9960ebfaeae414..84bd6a38eeed9f47327c5e3da1afd75225a86c78 100644 (file)
@@ -66,6 +66,9 @@
 #define REQUEST_WAIT_FOR_INPUT (REQ_ASK | REQ_CONFIRM | REQ_PLAYER)
 
 
+int getFieldbufferOffsetX_RND(int, int);
+int getFieldbufferOffsetY_RND(int, int);
+
 int correctLevelPosX_EM(int);
 int correctLevelPosY_EM(int);
 
@@ -86,6 +89,7 @@ void DrawTileCursor(int);
 
 void SetDrawtoField(int);
 void RedrawPlayfield(void);
+void BlitScreenToBitmapExt_RND(Bitmap *, int, int);
 void BlitScreenToBitmap_RND(Bitmap *);
 void BlitScreenToBitmap(Bitmap *);
 void BackToFront(void);