X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=e042fa66bf5ae3561eb8aea7c49f865f92f93477;hb=12a8eb6ca28aa97f422e7cf9317f01eb0dfc9a11;hp=202025fa75b61708f61cd43f7027c224b7d8016a;hpb=43bafe3a679ef509748fa2a10d6744cdd842d793;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 202025fa..e042fa66 100644 --- a/src/tools.h +++ b/src/tools.h @@ -80,7 +80,11 @@ void DrawMaskedBorder_ALL(); void DrawMaskedBorder(int); void SetDrawtoField(int); +#if 1 +void RedrawPlayfield(); +#else void RedrawPlayfield(boolean, int, int, int, int); +#endif void BlitScreenToBitmap(Bitmap *); void BackToFront(); @@ -181,8 +185,9 @@ void DrawMiniLevel(int, int, int, int); void DrawPreviewLevelInitial(void); void DrawPreviewLevelAnimation(void); -void WaitForEventToContinue(); +void WaitForEventToContinue(void); boolean Request(char *, unsigned int); +void InitGraphicCompatibilityInfo_Doors(void); void InitDoors(void); unsigned int OpenDoor(unsigned int); unsigned int CloseDoor(unsigned int);