| 210 | |
| 211 | #[derive(Debug)] |
| 212 | pub struct CompShape { |
| 213 | pub left_pix: u16, |
| 214 | pub right_pix: u16, |
| 215 | pub dataofs: Vec<u16>, |
| 216 | } |
| 217 | |
| 218 | pub fn init() -> Cache { |
| 219 | let huff_file = fs::read(DATADIR.to_owned() + "/VGADICT.WL1") |
nothing calls this directly
no outgoing calls
no test coverage detected