|
xoreos
0.0.5
|
Handling version V3.2/V3.3 of BioWare's GFFs (generic file format). More...
#include <vector>#include <map>#include <boost/noncopyable.hpp>#include "src/common/types.h"#include "src/common/scopedptr.h"#include "src/common/ptrvector.h"#include "src/common/ustring.h"#include "src/aurora/types.h"#include "src/aurora/aurorafile.h"
Go to the source code of this file.
Classes | |
| class | Aurora::GFF3File |
| A GFF (generic file format) V3.2/V3.3 file, found in all Aurora games except Sonic Chronicles: The Dark Brotherhood. More... | |
| struct | Aurora::GFF3File::Header |
| A GFF3 header. More... | |
| class | Aurora::GFF3Struct |
| A struct within a GFF3. More... | |
| struct | Aurora::GFF3Struct::Field |
| A field in the GFF3 struct. More... | |
Namespaces | |
| Common | |
| Aurora | |
Handling version V3.2/V3.3 of BioWare's GFFs (generic file format).
Definition in file gff3file.h.
1.8.14