|
Platformer
Platformer
|
A wrapper class for Mix_Chunks. More...
#include <SDLSoundWrapper.hpp>

Public Member Functions | |
| SDLSoundWrapper (Mix_Chunk *ch) | |
| Constructs an SDLSoundWrapper. More... | |
| ~SDLSoundWrapper () | |
| Destructs an SDLSoundWrapper. | |
| Mix_Chunk * | GetChunk () const |
| Gets the Mix_Chunk of this wrapper. More... | |
Private Attributes | |
| Mix_Chunk * | chunk |
| The wrapped Mix_Chunk. | |
A wrapper class for Mix_Chunks.
| SDLSoundWrapper::SDLSoundWrapper | ( | Mix_Chunk * | ch | ) |
Constructs an SDLSoundWrapper.
| ch | The Mix_Chunk to be wrapped |
| Mix_Chunk * SDLSoundWrapper::GetChunk | ( | ) | const |
Gets the Mix_Chunk of this wrapper.
1.8.14