Bhtmp
A reader for the bhtmp file format.
Usage
use Bhtmp;
let map: Bhtmp = new;
A reader for the bhtmp file format.
use bhtmp::Bhtmp;
let map: Bhtmp = bhtmp::Bhtmp::new(
include_bytes!("./HeightMap.bhtmp")
.iter()
.map(|v|*v)
.collect()
);