|
xoreos
0.0.5
|
The context holding a Star Wars: Knights of the Old Republic area. More...
#include "src/common/scopedptr.h"#include "src/common/util.h"#include "src/common/error.h"#include "src/common/readstream.h"#include "src/common/maths.h"#include "src/aurora/resman.h"#include "src/aurora/gff3file.h"#include "src/aurora/2dafile.h"#include "src/aurora/2dareg.h"#include "src/graphics/graphics.h"#include "src/graphics/renderable.h"#include "src/graphics/aurora/cursorman.h"#include "src/sound/sound.h"#include "src/engines/aurora/util.h"#include "src/engines/kotor/area.h"#include "src/engines/kotor/room.h"#include "src/engines/kotor/module.h"#include "src/engines/kotor/waypoint.h"#include "src/engines/kotor/placeable.h"#include "src/engines/kotor/door.h"#include "src/engines/kotor/creature.h"#include "src/engines/kotor/trigger.h"#include "src/engines/kotor/actionexecutor.h"#include "src/engines/kotor/sound.h"
Go to the source code of this file.
Namespaces | |
| Engines | |
| Engines::KotOR | |
The context holding a Star Wars: Knights of the Old Republic area.
Definition in file area.cpp.
1.8.14