xoreos
0.0.5
|
The scrolling background image panel in Sonic Chronicles: The Dark Brotherhood. More...
#include "src/common/scopedptr.h"
#include "src/common/util.h"
#include "src/common/ustring.h"
#include "src/common/error.h"
#include "src/common/readstream.h"
#include "src/common/maths.h"
#include "src/aurora/resman.h"
#include "src/graphics/camera.h"
#include "src/graphics/images/cbgt.h"
#include "src/graphics/aurora/textureman.h"
#include "src/graphics/aurora/texture.h"
#include "src/engines/sonic/areabackground.h"
#include "src/engines/sonic/types.h"
Go to the source code of this file.
Namespaces | |
Engines | |
Engines::Sonic | |
Variables | |
static const float | Engines::Sonic::kVertexX1 = kBottomScreenX |
static const float | Engines::Sonic::kVertexY1 = kBottomScreenY |
static const float | Engines::Sonic::kVertexX2 = kVertexX1 + kScreenWidth |
static const float | Engines::Sonic::kVertexY2 = kVertexY1 + kScreenHeight |
The scrolling background image panel in Sonic Chronicles: The Dark Brotherhood.
Definition in file areabackground.cpp.