[][src]Function oxygengine_build_tools::tiled::build_map

pub fn build_map<P: AsRef<Path>>(
    input: P,
    spritesheets: &[P],
    full_names: bool,
    quiet: bool
) -> Result<Vec<u8>, Error>