xoreos  0.0.5
Namespaces | Variables
module.cpp File Reference

The context needed to run a Star Wars: Knights of the Old Republic II - The Sith Lords module. More...

#include "src/common/scopedptr.h"
#include "src/common/util.h"
#include "src/common/maths.h"
#include "src/common/error.h"
#include "src/common/ustring.h"
#include "src/common/readfile.h"
#include "src/common/filepath.h"
#include "src/common/filelist.h"
#include "src/common/configman.h"
#include "src/aurora/types.h"
#include "src/aurora/rimfile.h"
#include "src/aurora/gff3file.h"
#include "src/aurora/dlgfile.h"
#include "src/graphics/camera.h"
#include "src/graphics/graphics.h"
#include "src/graphics/aurora/textureman.h"
#include "src/graphics/aurora/model.h"
#include "src/events/events.h"
#include "src/engines/aurora/util.h"
#include "src/engines/aurora/resources.h"
#include "src/engines/aurora/console.h"
#include "src/engines/aurora/freeroamcamera.h"
#include "src/engines/aurora/satellitecamera.h"
#include "src/engines/kotor2/module.h"
#include "src/engines/kotor2/area.h"
#include "src/engines/kotor2/creature.h"
#include "src/engines/kotor2/gui/ingame/ingame.h"
Include dependency graph for module.cpp:

Go to the source code of this file.

Namespaces

 Engines
 
 Engines::KotOR2
 

Variables

static const float Engines::KotOR2::kPCMovementSpeed = 5
 
static const char *const Engines::KotOR2::texturePacks [3]
 

Detailed Description

The context needed to run a Star Wars: Knights of the Old Republic II - The Sith Lords module.

Definition in file module.cpp.