|
Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
|
Sfx (sound effects) support. More...
Go to the source code of this file.
Namespaces | |
| namespace | pu |
| namespace | pu::audio |
Typedefs | |
| using | pu::audio::Sfx = Mix_Chunk* |
| Type representing a sound effect. | |
Functions | |
| Sfx | pu::audio::LoadSfx (std::string &path) |
| Loads a sound effect from the specified path. | |
| void | pu::audio::PlaySfx (Sfx sfx) |
| Plays a sound effect. | |
| void | pu::audio::DestroySfx (Sfx &sfx) |
| Destroys a sound effect. | |
Sfx (sound effects) support.
Plutonium library