![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include "SoundManager.h"#include "AeroEngine.h"#include "Application.h"#include "IWater.h"#include "ScrewProp.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 49 of file SoundManager.cpp.
| #define LOGSTREAM Ogre::LogManager::getSingleton().stream() << "[RoR|Audio] " |
Definition at line 34 of file SoundManager.cpp.
| bool _checkALErrors | ( | const char * | filename, |
| int | linenum | ||
| ) |
Definition at line 36 of file SoundManager.cpp.
| bool compareByAudibility | ( | std::pair< int, float > | a, |
| std::pair< int, float > | b | ||
| ) |
Definition at line 941 of file SoundManager.cpp.
1.8.17