RigsofRods
Soft-body Physics Simulation
Macros | Functions
SoundManager.cpp File Reference
#include "SoundManager.h"
#include "Application.h"
#include "Sound.h"
#include <OgreResourceGroupManager.h>
+ Include dependency graph for SoundManager.cpp:

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)
 

Macro Definition Documentation

◆ hasALErrors

#define hasALErrors ( )    _checkALErrors(__FILE__, __LINE__)

Definition at line 46 of file SoundManager.cpp.

◆ LOGSTREAM

#define LOGSTREAM   Ogre::LogManager::getSingleton().stream() << "[RoR|Audio] "

Definition at line 31 of file SoundManager.cpp.

Function Documentation

◆ _checkALErrors()

bool _checkALErrors ( const char *  filename,
int  linenum 
)

Definition at line 33 of file SoundManager.cpp.

◆ compareByAudibility()

bool compareByAudibility ( std::pair< int, float >  a,
std::pair< int, float >  b 
)

Definition at line 160 of file SoundManager.cpp.

+ Here is the caller graph for this function: