|
xoreos
0.0.5
|
The context holding a Sonic Chronicles: The Dark Brotherhood area. More...
#include "src/common/util.h"#include "src/common/error.h"#include "src/aurora/gdafile.h"#include "src/aurora/2dareg.h"#include "src/aurora/gff4file.h"#include "src/aurora/talkman.h"#include "src/aurora/nwscript/objectman.h"#include "src/graphics/graphics.h"#include "src/graphics/renderable.h"#include "src/graphics/camera.h"#include "src/graphics/aurora/cursorman.h"#include "src/engines/sonic/area.h"#include "src/engines/sonic/types.h"#include "src/engines/sonic/module.h"#include "src/engines/sonic/areabackground.h"#include "src/engines/sonic/areaminimap.h"#include "src/engines/sonic/placeable.h"
Go to the source code of this file.
Namespaces | |
| Engines | |
| Engines::Sonic | |
Variables | |
| static const uint32 | kAREID = MKTAG('A', 'R', 'E', ' ') |
The context holding a Sonic Chronicles: The Dark Brotherhood area.
Definition in file area.cpp.
Definition at line 48 of file area.cpp.
Referenced by Engines::Sonic::Area::loadLayout().
1.8.14