ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Sound loading and playback. More...
#include <SDL_mixer.h>
#include <Objectively/Data.h>
#include <Objectively/Resource.h>
#include <ObjectivelyMVC/Types.h>
Go to the source code of this file.
Data Structures | |
struct | Sound |
Sound loading and playback. More... | |
Functions | |
OBJECTIVELYMVC_EXPORT Class * | _Sound (void) |
OBJECTIVELYMVC_EXPORT Class * _Sound | ( | void | ) |
Definition at line 190 of file Sound.c.