xoreos
0.0.5
|
Handling BioWare's BZFs (resource data files), used in the iOS version of Knights of the Old Republic. More...
#include <vector>
#include "src/common/types.h"
#include "src/common/scopedptr.h"
#include "src/aurora/types.h"
#include "src/aurora/keydatafile.h"
#include "src/aurora/aurorafile.h"
Go to the source code of this file.
Classes | |
class | Aurora::BZFFile |
Class to hold resource data information of a BZF file. More... | |
struct | Aurora::BZFFile::IResource |
Internal resource information. More... | |
Namespaces | |
Common | |
Aurora | |
Handling BioWare's BZFs (resource data files), used in the iOS version of Knights of the Old Republic.
Essentially, they are BIF files with LZMA-compressed data.
Definition in file bzffile.h.