jubilant-funicular
Static Public Member Functions | Static Private Attributes | List of all members
nta::AudioManager Class Reference
Collaboration diagram for nta::AudioManager:
Collaboration graph
[legend]

Static Public Member Functions

static void init ()
 initializes SDL_Mixer
 
static void destroy ()
 frees all music
 
static SoundEffectgetSoundEffect (crstring effectPath)
 returns sound
 
static MusicgetMusic (crstring musicPath)
 

Static Private Attributes

static std::map< std::string, SoundEffect * > m_effectMap
 maps for associating sounds with their files
 
static std::map< std::string, Music * > m_musicMap
 

Detailed Description

Definition at line 65 of file AudioManager.h.


The documentation for this class was generated from the following files: