rnd-20000718-1-src
[rocksndiamonds.git] / src / sdl.h
1 /***********************************************************
2 *  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
3 *----------------------------------------------------------*
4 *  ©1995 Artsoft Development                               *
5 *        Holger Schemel                                    *
6 *        33659 Bielefeld-Senne                             *
7 *        Telefon: (0521) 493245                            *
8 *        eMail: aeglos@valinor.owl.de                      *
9 *               aeglos@uni-paderborn.de                    *
10 *               q99492@pbhrzx.uni-paderborn.de             *
11 *----------------------------------------------------------*
12 *  sdl.h                                                   *
13 ***********************************************************/
14
15 #include <SDL/SDL.h>
16 #include <IMG.h>
17
18 inline void SDLCopyArea(SDL_Surface *, SDL_Surface *,
19                         int, int, int, int, int, int);
20 inline void SDLFillRectangle(SDL_Surface *, int, int,
21                              int, int, unsigned int);