|
xoreos
0.0.5
|
Sonic Chronicles: The Dark Brotherhood utility functions. More...
#include <cstdarg>#include <vector>#include "src/common/scopedptr.h"#include "src/common/ptrvector.h"#include "src/common/error.h"#include "src/common/ustring.h"#include "src/common/readstream.h"#include "src/aurora/resman.h"#include "src/graphics/images/ncgr.h"#include "src/graphics/aurora/textureman.h"#include "src/graphics/aurora/texture.h"#include "src/graphics/aurora/fontman.h"#include "src/graphics/aurora/nftrfont.h"#include "src/engines/sonic/util.h"
Go to the source code of this file.
Namespaces | |
| Engines | |
| Engines::Sonic | |
Functions | |
| Graphics::Aurora::TextureHandle | Engines::Sonic::loadNCGR (const Common::UString &name, const Common::UString &nclr, uint32 width, uint32 height,...) |
| Graphics::Aurora::FontHandle | Engines::Sonic::loadFont (const Common::UString &name, const Common::UString &nftr, bool invert) |
Sonic Chronicles: The Dark Brotherhood utility functions.
Definition in file util.cpp.
1.8.14