Mercurial > sdl-ios-xcode
diff src/audio/mint/SDL_mintaudio.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 |
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio.h Mon May 29 03:53:21 2006 +0000 +++ b/src/audio/mint/SDL_mintaudio.h Mon May 29 04:04:35 2006 +0000 @@ -136,22 +136,22 @@ extern long SDL_MintAudio_thread_pid; /* Functions */ -void SDL_MintAudio_Callback (void); -void SDL_MintAudio_AddFrequency (_THIS, Uint32 frequency, Uint32 clock, - Uint32 prediv, int gpio_bits); -int SDL_MintAudio_SearchFrequency (_THIS, int desired_freq); +void SDL_MintAudio_Callback(void); +void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, + Uint32 prediv, int gpio_bits); +int SDL_MintAudio_SearchFrequency(_THIS, int desired_freq); /* MiNT thread functions */ -int SDL_MintAudio_Thread (long param); -void SDL_MintAudio_WaitThread (void); +int SDL_MintAudio_Thread(long param); +void SDL_MintAudio_WaitThread(void); /* ASM interrupt functions */ -void SDL_MintAudio_GsxbInterrupt (void); -void SDL_MintAudio_EmptyGsxbInterrupt (void); -void SDL_MintAudio_XbiosInterruptMeasureClock (void); -void SDL_MintAudio_XbiosInterrupt (void); -void SDL_MintAudio_Dma8Interrupt (void); -void SDL_MintAudio_StfaInterrupt (void); +void SDL_MintAudio_GsxbInterrupt(void); +void SDL_MintAudio_EmptyGsxbInterrupt(void); +void SDL_MintAudio_XbiosInterruptMeasureClock(void); +void SDL_MintAudio_XbiosInterrupt(void); +void SDL_MintAudio_Dma8Interrupt(void); +void SDL_MintAudio_StfaInterrupt(void); #endif /* _SDL_mintaudio_h */ /* vi: set ts=4 sw=4 expandtab: */