Contents
struct FileHeader { // fields char magic[3]; uint8 version; // methods bool isValid() const; };