#include <sfxeng.h>
Public Member Functions | |
| void | playWAV (Mix_Chunk *wav) |
| Play the specified sound. | |
| void | playMusic (string) |
| void | stopMusic () |
| void | pauseMusic () |
| void | resumeMusic () |
| bool | isEnabled () |
Plays or pauses the background music and all in play noises. Only the wav file format is supported.
1.3.8