rnd-20001125-3-src
[rocksndiamonds.git] / src / sdl.h
index e706ee9d129c5ec3d65c308b000509089c411026..4d48f3d2671f74ad139d7aa10198709b9d1ace45 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,9 +303,13 @@ typedef int                        Colormap;
 
 /* SDL function definitions */
 
+inline void SDLInitBufferedDisplay(DrawBuffer *, DrawWindow *);
+inline boolean SDLSetVideoMode(DrawBuffer *);
 inline void SDLCopyArea(SDL_Surface *, SDL_Surface *,
                         int, int, int, int, int, int);
 inline void SDLFillRectangle(SDL_Surface *, int, int, int, int, unsigned int);
 inline void SDLDrawSimpleLine(SDL_Surface *, int, int, int, int, unsigned int);
 
+inline boolean SDLInitAudio(void);
+
 #endif /* SDL_H */