X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=d35505b5a0183982f98c00f8724986ca091f186e;hb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f;hp=ea4dbd173c86917f0a78f0d1837b98046bdea839;hpb=328e3b0f53ca41e626fda33427f5c51325bc700b;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index ea4dbd17..d35505b5 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -209,8 +209,8 @@ /* values for special drawing styles (currently only for crumbled graphics) */ #define STYLE_NONE 0 -#define STYLE_ACCURATE_BORDERS (1 << 0) -#define STYLE_WITH_INNER_CORNERS (1 << 1) +#define STYLE_ACCURATE_BORDERS (1 << 0) +#define STYLE_INNER_CORNERS (1 << 1) #define STYLE_DEFAULT STYLE_NONE @@ -1192,6 +1192,7 @@ void CloseVideoDisplay(void); void InitVideoBuffer(int, int, int, boolean); Bitmap *CreateBitmapStruct(void); Bitmap *CreateBitmap(int, int, int); +void ReCreateBitmap(Bitmap **, int, int, int); void FreeBitmap(Bitmap *); void BlitBitmap(Bitmap *, Bitmap *, int, int, int, int, int, int); void FadeRectangle(Bitmap *bitmap, int, int, int, int, int, int, int,