X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fsdl.h;fp=src%2Fsdl.h;h=cd503c1da23b882512476eb652a79bd6b642aa86;hp=bfe4b4ad2f64f72461e0fa7875b54758bcb7d5ca;hb=10c48f0b3b2cf27451ddf355a3f72ee5c169eae4;hpb=ab9b68feafe2cf6012533e5ad0581e6b9d423959 diff --git a/src/sdl.h b/src/sdl.h index bfe4b4ad..cd503c1d 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -303,6 +303,7 @@ inline void SDLCopyArea(SDL_Surface *, SDL_Surface *, 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); +inline boolean SDLOpenAudio(void); +inline void SDLCloseAudio(void); #endif /* SDL_H */