| 9 | use vek::Vec2; |
| 10 | |
| 11 | pub struct Store { |
| 12 | x: usize, |
| 13 | y: usize, |
| 14 | xm: usize, |
| 15 | ym: usize, |
| 16 | } |
| 17 | |
| 18 | #[no_mangle] |
| 19 | pub extern "C" fn _start(ctx: &mut Context<Store>) -> i32 { |
nothing calls this directly
no outgoing calls
no test coverage detected