OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs
MWBase Namespace Reference

Classes

class  DialogueManager
 Interface for dialogue manager (implemented in MWDialogue) More...
 
class  Environment
 Central hub for mw-subsystems. More...
 
class  InputManager
 Interface for input manager (implemented in MWInput) More...
 
class  Journal
 Interface for the player's journal (implemented in MWDialogue) More...
 
class  MechanicsManager
 Interface for game mechanics manager (implemented in MWMechanics) More...
 
class  ScriptManager
 Interface for script manager (implemented in MWScript) More...
 
class  SoundManager
 Interface for sound manager (implemented in MWSound) More...
 
class  StateManager
 Interface for game state manager (implemented in MWState) More...
 
class  WindowManager
 Interface for widnow manager (implemented in MWGui) More...
 
class  World
 Interface for the World (implemented in MWWorld) More...
 

Typedefs

typedef boost::shared_ptr
< MWSound::Sound
SoundPtr
 
typedef boost::shared_ptr
< MWSound::Stream
SoundStreamPtr
 

Typedef Documentation

typedef boost::shared_ptr<MWSound::Sound> MWBase::SoundPtr
typedef boost::shared_ptr<MWSound::Stream> MWBase::SoundStreamPtr