Plutonium framework API 1.0.0
Easy-to-use, SDL2-based UI framework for Nintendo Switch homebrew
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
audio_Sfx.hpp File Reference

Sfx (sound effects) support. More...

#include <SDL2/SDL_mixer.h>
#include <pu/pu_Include.hpp>

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.
 

Detailed Description

Sfx (sound effects) support.

Plutonium library

Author
XorTroll