xoreos
0.0.5
|
BioWare's Packed Layered Texture. More...
#include <cassert>
#include <cstring>
#include "src/common/error.h"
#include "src/common/readstream.h"
#include "src/common/strutil.h"
#include "src/graphics/images/decoder.h"
#include "src/graphics/images/surface.h"
#include "src/graphics/aurora/pltfile.h"
Go to the source code of this file.
Namespaces | |
Graphics | |
Graphics::Aurora | |
Variables | |
static const uint32 | kPLTID = MKTAG('P', 'L', 'T', ' ') |
static const uint32 | kVersion1 = MKTAG('V', '1', ' ', ' ') |
static const char *const | Graphics::Aurora::kPalettes [PLTFile::kLayerMAX] |
The palette image resource names for all layers. More... | |
BioWare's Packed Layered Texture.
Definition in file pltfile.cpp.
Definition at line 63 of file pltfile.cpp.
Referenced by Graphics::Aurora::PLTFile::load().
Definition at line 64 of file pltfile.cpp.
Referenced by Graphics::Aurora::PLTFile::load().