BARE2D
AudioManager.hpp File Reference

The AudioManager acts as a friendly wrapper for the SDL_Mixer library. It basically just plays sounds and music, and allows a user to adjust sound levels, etc. More...

#include "Sound.hpp"
#include "Music.hpp"
+ Include dependency graph for AudioManager.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  BARE2D::AudioManager
 

Namespaces

 BARE2D
 

Detailed Description

The AudioManager acts as a friendly wrapper for the SDL_Mixer library. It basically just plays sounds and music, and allows a user to adjust sound levels, etc.

Definition in file AudioManager.hpp.