rnd-20000718-1-src
[rocksndiamonds.git] / src / sdl.h
diff --git a/src/sdl.h b/src/sdl.h
new file mode 100644 (file)
index 0000000..9bfcff3
--- /dev/null
+++ b/src/sdl.h
@@ -0,0 +1,21 @@
+/***********************************************************
+*  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
+*----------------------------------------------------------*
+*  ©1995 Artsoft Development                               *
+*        Holger Schemel                                    *
+*        33659 Bielefeld-Senne                             *
+*        Telefon: (0521) 493245                            *
+*        eMail: aeglos@valinor.owl.de                      *
+*               aeglos@uni-paderborn.de                    *
+*               q99492@pbhrzx.uni-paderborn.de             *
+*----------------------------------------------------------*
+*  sdl.h                                                   *
+***********************************************************/
+
+#include <SDL/SDL.h>
+#include <IMG.h>
+
+inline void SDLCopyArea(SDL_Surface *, SDL_Surface *,
+                       int, int, int, int, int, int);
+inline void SDLFillRectangle(SDL_Surface *, int, int,
+                            int, int, unsigned int);