|
xoreos
0.0.5
|
Handling BioWare's RIMs (resource archives). More...
#include <cassert>#include "src/common/util.h"#include "src/common/strutil.h"#include "src/common/memreadstream.h"#include "src/common/error.h"#include "src/common/encoding.h"#include "src/aurora/rimfile.h"
Go to the source code of this file.
Namespaces | |
| Aurora | |
Variables | |
| static const uint32 | kRIMID = MKTAG('R', 'I', 'M', ' ') |
| static const uint32 | kVersion1 = MKTAG('V', '1', '.', '0') |
Handling BioWare's RIMs (resource archives).
Definition in file rimfile.cpp.
Definition at line 35 of file rimfile.cpp.
Referenced by Aurora::RIMFile::load().
Definition at line 36 of file rimfile.cpp.
Referenced by Aurora::RIMFile::load().
1.8.14