X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=3525122001825f750a9cf62826cd4c350c7203b7;hb=31dd0f97d078a43ac6b23e06cafcd9b7c145d130;hp=ae649fcbeeea037552b6ea25ff9fa38deb8a5433;hpb=abe44529b439ad39b4d8dbf19cbd67c9b9844279;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index ae649fcb..35251220 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -465,11 +465,7 @@ void SDLPutPixel(Bitmap *, int, int, Pixel); void SDLInvertArea(Bitmap *, int, int, int, int, Uint32); void SDLCopyInverseMasked(Bitmap *, Bitmap *, int, int, int, int, int, int); -#if 1 Bitmap *SDLZoomBitmap(Bitmap *, int, int); -#else -void SDLZoomBitmap(Bitmap *, Bitmap *); -#endif Bitmap *SDLLoadImage(char *);