rnd-20001125-3-src
[rocksndiamonds.git] / src / sdl.h
index 93382225135207592038ca071adf2becd49fa939..4d48f3d2671f74ad139d7aa10198709b9d1ace45 100644 (file)
--- a/src/sdl.h
+++ b/src/sdl.h
@@ -304,10 +304,12 @@ typedef int                       Colormap;
 /* SDL function definitions */
 
 inline void SDLInitBufferedDisplay(DrawBuffer *, DrawWindow *);
-inline boolean SDLSetVideoMode(Bitmap *, 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 */