|
xoreos
0.0.5
|
Compressed DePTH, found in Sonic, holding image depth values. More...
#include <cstring>#include "src/common/util.h"#include "src/common/scopedptr.h"#include "src/common/ptrvector.h"#include "src/common/error.h"#include "src/common/readstream.h"#include "src/aurora/cdpth.h"#include "src/aurora/smallfile.h"
Go to the source code of this file.
Classes | |
| struct | Aurora::ReadContext |
Namespaces | |
| Aurora | |
Typedefs | |
| typedef Common::PtrVector< Common::SeekableReadStream > | Aurora::Cells |
Functions | |
| static void | Aurora::loadCDPTH (ReadContext &ctx) |
| static void | Aurora::readCells (ReadContext &ctx) |
| static void | Aurora::checkConsistency (ReadContext &ctx) |
| static void | Aurora::createDepth (ReadContext &ctx) |
Compressed DePTH, found in Sonic, holding image depth values.
Definition in file cdpth.cpp.
1.8.14