pub const Box = struct { x: i32, y: i32, width: u32, height: u32, };