Mercurial > sdl-ios-xcode
diff src/audio/mme/SDL_mmeaudio.h @ 3827:1806fd1acba4 SDL-ryan-multiple-audio-device
Moved mme audio driver to 1.3 API.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 07 Oct 2006 07:54:13 +0000 |
parents | 9dc81c6acaf5 |
children |
line wrap: on
line diff
--- a/src/audio/mme/SDL_mmeaudio.h Sat Oct 07 07:53:26 2006 +0000 +++ b/src/audio/mme/SDL_mmeaudio.h Sat Oct 07 07:54:13 2006 +0000 @@ -23,8 +23,8 @@ /* Allow access to a raw mixing buffer */ -#ifndef _SDL_lowaudio_h -#define _SDL_lowaudio_h +#ifndef _SDL_mmeaudio_h +#define _SDL_mmeaudio_h #include "../SDL_sysaudio.h" @@ -46,9 +46,6 @@ int next_buffer; }; -#define shm (this->hidden->shm) -#define mixbuf (this->hidden->mixbuf) -#define next_buffer (this->hidden->next_buffer) -/* Old variable names */ -#endif /* _SDL_lowaudio_h */ +#endif /* _SDL_mmeaudio_h */ + /* vi: set ts=4 sw=4 expandtab: */