#include <mixer.h>
Public Member Functions | |
bool | operator== (const SoundHandle &h) const |
bool | operator!= (const SoundHandle &h) const |
A SoundHandle instance corresponds to a specific sound being played using the mixer. It can be used to control that sound (pause it, stop it, etc.).
|
inline |
Determine whether two handles are the same.
|
inline |
Determine whether two handles are not the same.