rnd-20030126-1-src
[rocksndiamonds.git] / src / libgame / sdl.h
index 962754afdbeccbf731bcbc88b65d7dbf3729e70e..8d9f09415d8029961af71584389b73b5e615ee70 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Artsoft Retro-Game Library                               *
 *----------------------------------------------------------*
-* (c) 1994-2001 Artsoft Entertainment                      *
+* (c) 1994-2002 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
@@ -330,6 +330,8 @@ inline void SDLDrawSimpleLine(Bitmap *, int, int, int, int, unsigned int);
 inline void SDLDrawLine(Bitmap *, int, int, int, int, Uint32);
 inline Pixel SDLGetPixel(Bitmap *, int, int);
 
+SDL_Surface *SDLZoomSurface(SDL_Surface *, float, float);
+
 Bitmap *SDLLoadImage(char *);
 
 inline void SDLOpenAudio(void);