X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=107d5ae08aed10897ac9abbc841d1976df36b4c9;hp=875a65400c9c5dd4b6bed756834686abf8bb1a47;hb=0a69f419ffadee5822bc103be9e85d378e0d0274;hpb=c20229ab1969aebbf9f34ad76a90662461c8b75d diff --git a/src/libgame/system.h b/src/libgame/system.h index 875a6540..107d5ae0 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1377,6 +1377,7 @@ Bitmap *ZoomBitmap(Bitmap *, int, int); void ReCreateGameTileSizeBitmap(Bitmap **); void CreateBitmapWithSmallBitmaps(Bitmap **, int, int); void CreateBitmapTextures(Bitmap **); +void FreeBitmapTextures(Bitmap **); void ScaleBitmap(Bitmap **, int); void SetMouseCursor(int);