|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
#include <ObjectivelyMVC/Sound.h>Go to the source code of this file.
Data Structures | |
| struct | SoundStage |
| The SoundStage type. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _SoundStage (void) |
| OBJECTIVELYMVC_EXPORT void | MVC_PlaySound (const Sound *sound) |
| Plays the specified Sound through the current SoundStage (if any). More... | |
Variables | |
| OBJECTIVELYMVC_EXPORT Sound * | _clack |
| OBJECTIVELYMVC_EXPORT Sound * | _click |
Sound playback.
Definition in file SoundStage.h.
| OBJECTIVELYMVC_EXPORT Class * _SoundStage | ( | void | ) |
Definition at line 120 of file SoundStage.c.
| OBJECTIVELYMVC_EXPORT void MVC_PlaySound | ( | const Sound * | sound | ) |
Plays the specified Sound through the current SoundStage (if any).
| sound | The Sound to play. |
Definition at line 141 of file SoundStage.c.
| OBJECTIVELYMVC_EXPORT Sound* _clack |
Definition at line 100 of file SoundStage.h.
| OBJECTIVELYMVC_EXPORT Sound* _click |
Definition at line 99 of file SoundStage.h.