Plutonium framework API
0.3
Simple UI framework for libnx and SDL2
|
#include <SDL2/SDL_mixer.h>
#include <string>
Go to the source code of this file.
Namespaces | |
pu::audio | |
Typedefs | |
typedef Mix_Chunk * | pu::audio::Sfx |
Functions | |
Sfx | pu::audio::Load (std::string Path) |
void | pu::audio::Play (Sfx Sfx) |
void | pu::audio::DeleteSfx (Sfx Sfx) |