X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=9a42c147f194c9345c2356cb52d9f519396e8a65;hb=7bb765525399cc21e982a9f00f6340ef82eb5da3;hp=85ab383f89342e3c37d9297645e89c36362af49b;hpb=4efce7813f9315cda970e7f48be030c8c108d9f0;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 85ab383f..9a42c147 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1313,6 +1313,7 @@ void SetDrawBackgroundMask(int); void SetWindowBackgroundBitmap(Bitmap *); void SetMainBackgroundBitmap(Bitmap *); void SetDoorBackgroundBitmap(Bitmap *); +void SetRedrawMaskFromArea(int, int, int, int); void LimitScreenUpdates(boolean);