#include "modulesystem.h"
#include "modulesystem/moduleregistry.h"
#include "generic/constant.h"
#include "generic/callbackfwd.h"
#include "AutoPtr.h"
#include <vector>
#include <string>
#include "debugging/debugging.h"
#include "ifilesystem.h"
Go to the source code of this file.
Data Structures | |
class | SoundRadii |
class | SoundManagerDependencies |
class | ISoundManager |
Typedefs | |
typedef GlobalModule < ISoundManager > | GlobalSoundManagerModule |
typedef GlobalModuleRef < ISoundManager > | GlobalSoundManagerModuleRef |
Functions | |
ISoundManager * | GlobalSoundManager () |
Variables | |
const float | METERS_PER_UNIT = 0.0254f |
const float | UNITS_PER_METER = 1 / METERS_PER_UNIT |
typedef GlobalModule<ISoundManager> GlobalSoundManagerModule |
typedef GlobalModuleRef<ISoundManager> GlobalSoundManagerModuleRef |
ISoundManager* GlobalSoundManager | ( | ) | [inline] |
const float METERS_PER_UNIT = 0.0254f |
Definition at line 14 of file isound.h.
Referenced by SoundRadii::getMax(), and SoundRadii::getMin().
const float UNITS_PER_METER = 1 / METERS_PER_UNIT |
Definition at line 15 of file isound.h.
Referenced by SoundRadii::setMax(), SoundRadii::setMin(), and SoundRadii::SoundRadii().