34typedef struct SoundStageInterface SoundStageInterface;
57struct SoundStageInterface {
62 ObjectInterface objectInterface;
Sound loading and playback.
static void play(const SoundStage *self, const Sound *sound)
OBJECTIVELYMVC_EXPORT Sound * _click
OBJECTIVELYMVC_EXPORT Sound * _clack
OBJECTIVELYMVC_EXPORT void MVC_PlaySound(const Sound *sound)
Plays the specified Sound through the current SoundStage (if any).
#define OBJECTIVELYMVC_EXPORT
Sound loading and playback.
Class * _SoundStage(void)
The SoundStage archetype.
SoundStageInterface * interface
The interface.
Object object
The superclass.