Mercurial > sdl-ios-xcode
comparison src/audio/dmedia/SDL_irixaudio.h @ 2060:866052b01ee5
indent is evil
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 28 Oct 2006 16:48:03 +0000 |
parents | 5f6550e5184f |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2059:4685ccd33d0e | 2060:866052b01ee5 |
---|---|
31 /* Hidden "this" pointer for the audio functions */ | 31 /* Hidden "this" pointer for the audio functions */ |
32 #define _THIS SDL_AudioDevice *this | 32 #define _THIS SDL_AudioDevice *this |
33 | 33 |
34 struct SDL_PrivateAudioData | 34 struct SDL_PrivateAudioData |
35 { | 35 { |
36 ALport audio_port; /* The handle for the audio device */ | 36 ALport audio_port; /* The handle for the audio device */ |
37 Uint8 *mixbuf; /* The app mixing buffer */ | 37 Uint8 *mixbuf; /* The app mixing buffer */ |
38 }; | 38 }; |
39 | 39 |
40 #endif /* _SDL_irixaudio_h */ | 40 #endif /* _SDL_irixaudio_h */ |
41 | 41 |
42 /* vi: set ts=4 sw=4 expandtab: */ | 42 /* vi: set ts=4 sw=4 expandtab: */ |