struct EE::System::Pak::pakEntry¶
Overview¶
The header of the file. More…
#include <pak.hpp> struct pakEntry { // fields char filename[56]; Uint32 file_position; Uint32 file_length; };
Detailed Documentation¶
The header of the file.
Fields¶
Uint32 file_position
File name.
Uint32 file_length
The file position on the file ( in bytes )