()
| 346 | |
| 347 | #[no_mangle] |
| 348 | pub extern "C" fn bloom_get_screen_width() -> f64 { engine().screen_width() } |
| 349 | |
| 350 | #[no_mangle] |
| 351 | pub extern "C" fn bloom_get_screen_height() -> f64 { engine().screen_height() } |
nothing calls this directly
no test coverage detected