xoreos  0.0.5
Classes | Namespaces | Macros
enginemanager.h File Reference

The global engine manager, omniscient about all engines. More...

#include <list>
#include <boost/noncopyable.hpp>
#include "src/common/singleton.h"
#include "src/common/ustring.h"
Include dependency graph for enginemanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Engines::GameInstance
 
class  Engines::EngineManager
 The global engine manager. More...
 

Namespaces

 Common
 
 Engines
 

Macros

#define EngineMan   Engines::EngineManager::instance()
 Shortcut for accessing the sound manager. More...
 

Detailed Description

The global engine manager, omniscient about all engines.

Definition in file enginemanager.h.

Macro Definition Documentation

◆ EngineMan

#define EngineMan   Engines::EngineManager::instance()

Shortcut for accessing the sound manager.

Definition at line 74 of file enginemanager.h.

Referenced by Engines::GameThread::init(), Engines::GameThread::run(), and Engines::GameThread::threadMethod().