Crate quake_files [] [src]

Reexports

pub use pak::PakFile;
pub use pak::create_pak;
pub use lmp::LmpImage;
pub use error::QError;
pub use error::QResult;
pub use palette::Palette;
pub use palette::Color;

Modules

error

Defines error and result types for this library.

lmp

Quake 1 style LMP image.

pak

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

palette

A color palette, to be used in conjunction with LMP images.