FastFiles and Zone files (Ghosts)
Main FastFile Structure
//Entry point for the FF.
struct DB_Header
{
char magic[8];
int version;
// tbd...
};
//Entry point for the FF.
struct DB_Header
{
char magic[8];
int version;
// tbd...
};