FastFiles and Zone files (Ghosts)

From COD Engine Research


Main FastFile Structure

 
 //Entry point for the FF.
 struct DB_Header
 {
   char magic[8];
   int version;
   // tbd...
 };