Mercurial > sdl-ios-xcode
comparison include/SDL_audio.h @ 3537:e897a4a9f578
Switch to mixed case for consistency with other enumerations
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Dec 2009 08:28:26 +0000 |
parents | d3baf5ac4e37 |
children | cf815007e443 |
comparison
equal
deleted
inserted
replaced
3536:0267b8b1595c | 3537:e897a4a9f578 |
---|---|
354 typedef enum | 354 typedef enum |
355 { | 355 { |
356 SDL_AUDIO_STOPPED = 0, | 356 SDL_AUDIO_STOPPED = 0, |
357 SDL_AUDIO_PLAYING, | 357 SDL_AUDIO_PLAYING, |
358 SDL_AUDIO_PAUSED | 358 SDL_AUDIO_PAUSED |
359 } SDL_audiostatus; | 359 } SDL_AudioStatus; |
360 extern DECLSPEC SDL_audiostatus SDLCALL SDL_GetAudioStatus(void); | 360 extern DECLSPEC SDL_AudioStatus SDLCALL SDL_GetAudioStatus(void); |
361 | 361 |
362 extern DECLSPEC SDL_audiostatus SDLCALL | 362 extern DECLSPEC SDL_AudioStatus SDLCALL |
363 SDL_GetAudioDeviceStatus(SDL_AudioDeviceID dev); | 363 SDL_GetAudioDeviceStatus(SDL_AudioDeviceID dev); |
364 /*@}*//*Audio State*/ | 364 /*@}*//*Audio State*/ |
365 | 365 |
366 /** | 366 /** |
367 * \name Pause audio functions | 367 * \name Pause audio functions |