RigsofRods
Soft-body Physics Simulation
|
#include "SoundManager.h"
#include "Application.h"
#include "Sound.h"
#include <OgreResourceGroupManager.h>
Go to the source code of this file.
Macros | |
#define | LOGSTREAM Ogre::LogManager::getSingleton().stream() << "[RoR|Audio] " |
#define | hasALErrors() _checkALErrors(__FILE__, __LINE__) |
Functions | |
bool | _checkALErrors (const char *filename, int linenum) |
bool | compareByAudibility (std::pair< int, float > a, std::pair< int, float > b) |
#define hasALErrors | ( | ) | _checkALErrors(__FILE__, __LINE__) |
Definition at line 46 of file SoundManager.cpp.
#define LOGSTREAM Ogre::LogManager::getSingleton().stream() << "[RoR|Audio] " |
Definition at line 31 of file SoundManager.cpp.
bool _checkALErrors | ( | const char * | filename, |
int | linenum | ||
) |
Definition at line 33 of file SoundManager.cpp.
bool compareByAudibility | ( | std::pair< int, float > | a, |
std::pair< int, float > | b | ||
) |