Public Member Functions | |
| SoundSystem_InternalData () | |
Public Attributes | |
| Mix_Music * | musicBuf |
| MusicPlayList * | currentPlaylist |
| Sound * | channel [MIX_CHANNELS] |
| ASCString | lastMusicMessage |
Definition at line 41 of file sound.cpp.
| SoundSystem_InternalData::SoundSystem_InternalData | ( | ) | [inline] |
| Mix_Music* SoundSystem_InternalData::musicBuf |
Definition at line 44 of file sound.cpp.
Referenced by SoundSystem::getDiagnosticText(), and SoundSystem::playMusic().
| Sound* SoundSystem_InternalData::channel[MIX_CHANNELS] |
Definition at line 46 of file sound.cpp.
Referenced by Sound::play(), Sound::playLoop(), Sound::playWait(), and SoundSystem_InternalData().
1.5.1