#include <AudioManager.hpp>
List of all members.
Detailed Description
Definition at line 12 of file AudioManager.hpp.
Constructor & Destructor Documentation
| yap::AudioManager::AudioManager |
( |
| ) |
|
|
private |
| yap::AudioManager::~AudioManager |
( |
| ) |
|
|
private |
Member Function Documentation
| void yap::AudioManager::PlayMusic |
( |
const String & |
musicName, |
|
|
bool |
fromBegin = true |
|
) |
| |
| void yap::AudioManager::PlaySound |
( |
const String & |
soundName | ) |
|
| void yap::AudioManager::ResumePreviousMusic |
( |
| ) |
|
Member Data Documentation
| sf::Music* yap::AudioManager::currentMusic_ |
|
private |
| sf::Sound* yap::AudioManager::currentSound_ |
|
private |
| sf::Music* yap::AudioManager::previousMusic_ |
|
private |
The documentation for this class was generated from the following files: