Module quake_files::pak [] [src]

Quake 1 PAK file. A PAK file is an archive format for storing game content files.

Structs

PakFile

A Quake 1 PAK file. Stores a list of directory entries and allows reading single files or extracting the archive to a path.

Functions

create_pak

Creates a PAK file from the given directory tree and saves it to the given filename.