rnd-20001125-1-src
[rocksndiamonds.git] / src / sdl.h
index e706ee9d129c5ec3d65c308b000509089c411026..93382225135207592038ca071adf2becd49fa939 100644 (file)
--- a/src/sdl.h
+++ b/src/sdl.h
 #endif
 
 
+/* definitions needed for "system.c" */
+
+#define SURFACE_FLAGS          (SDL_SWSURFACE)
+
+
 /* system dependent definitions */
 
 #define PLATFORM_STRING                "SDL"
@@ -298,6 +303,8 @@ typedef int                 Colormap;
 
 /* SDL function definitions */
 
+inline void SDLInitBufferedDisplay(DrawBuffer *, DrawWindow *);
+inline boolean SDLSetVideoMode(Bitmap *, DrawWindow *);
 inline void SDLCopyArea(SDL_Surface *, SDL_Surface *,
                         int, int, int, int, int, int);
 inline void SDLFillRectangle(SDL_Surface *, int, int, int, int, unsigned int);