Struct chariot_slp::SlpHeader [] [src]

pub struct SlpHeader {
    pub file_version: [u8; 4],
    pub shape_count: u32,
    pub comment: [u8; 24],
}

A struct containing SLP metadata.

A single SlpHeader must exist at the beginning of an SlpFile.

Fields

This should always be 2.0N

Methods

impl SlpHeader
[src]