xoreos  0.0.5
Namespaces | Variables
nfofile.cpp File Reference

Loader for the savenfo.res file, storing savegame metadata for kotor 1 and 2. More...

#include "src/common/error.h"
#include "src/common/readstream.h"
#include "src/aurora/gff3file.h"
#include "src/aurora/nfofile.h"
Include dependency graph for nfofile.cpp:

Go to the source code of this file.

Namespaces

 Aurora
 

Variables

static const uint32 kNFOID = MKTAG('N', 'F', 'O', ' ')
 

Detailed Description

Loader for the savenfo.res file, storing savegame metadata for kotor 1 and 2.

Definition in file nfofile.cpp.

Variable Documentation

◆ kNFOID

const uint32 kNFOID = MKTAG('N', 'F', 'O', ' ')
static

Definition at line 31 of file nfofile.cpp.

Referenced by Aurora::NFOFile::NFOFile().