Mercurial > sdl-ios-xcode
diff src/audio/macrom/SDL_romaudio.h @ 3784:37c9c4590689 SDL-ryan-multiple-audio-device
First batch of heavy lifting on supporting multiple audio devices at once.
This has a long way to go yet, most of the drivers aren't updated for the
new interfaces, and it's still got some obvious bugs, FIXMEs, and wistlist
items.
Don't use yet.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 01 Oct 2006 05:24:03 +0000 |
parents | 8225ef1f4dee |
children | 9dc81c6acaf5 |
line wrap: on
line diff
--- a/src/audio/macrom/SDL_romaudio.h Sun Oct 01 05:21:40 2006 +0000 +++ b/src/audio/macrom/SDL_romaudio.h Sun Oct 01 05:24:03 2006 +0000 @@ -35,9 +35,5 @@ SndChannelPtr channel; }; -/* Old variable names */ -#define channel (this->hidden->channel) -#define audio_buf (this->hidden->audio_buf) - #endif /* _SDL_romaudio_h */ /* vi: set ts=4 sw=4 expandtab: */