ks_constants_rs 0.1.2

Constants for use in Kerrigan Survival projects
Documentation
pub const PRECLEAR_FILES: [&str; 7] = [
    "CellAttribute_Pde",
    "CellAttribute_Pgr",
    "CellAttribute_Pnb",
    "CellAttribute_Pnp",
    "CellAttribute_Pwd",
    "CellAttribute_Vbl",
    "CellAttribute_Vsh"
];

pub const COMMON_FILES: [&str; 23] = [
    "CellAttribute_Pde",
    "CellAttribute_Pgr",
    "CellAttribute_Pnb",
    "CellAttribute_Pnp",
    "CellAttribute_Pwd",
    "CellAttribute_Vbl",
    "CellAttribute_Vsh",
    "Minimap.tga",
    "MapInfo",
    "Objects",
    "Regions",
    "t3CellFlags",
    "t3FluffDoodad",
    "t3HardTile",
    "t3HeightMap",
    "t3SyncCliffLevel",
    "t3SyncHeightMap",
    "t3SyncTextureInfo",
    "t3Terrain.version",
    "t3Terrain.xml",
    "t3TextureMasks",
    "t3VertCol",
    "t3Water"
];