Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audiodev_c.h @ 1668:4da1ee79c9af SDL-1.3
more tweaking indent options
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 29 May 2006 04:04:35 +0000 |
parents | 782fd950bd46 |
children |
comparison
equal
deleted
inserted
replaced
1667:1fddae038bc8 | 1668:4da1ee79c9af |
---|---|
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 /* Open the audio device, storing the pathname in 'path' */ | 24 /* Open the audio device, storing the pathname in 'path' */ |
25 extern int SDL_OpenAudioPath (char *path, int maxlen, int flags, int classic); | 25 extern int SDL_OpenAudioPath(char *path, int maxlen, int flags, int classic); |
26 /* vi: set ts=4 sw=4 expandtab: */ | 26 /* vi: set ts=4 sw=4 expandtab: */ |