()
| 488 | |
| 489 | #[no_mangle] |
| 490 | pub extern "C" fn bloom_get_screen_width() -> f64 { engine().screen_width() } |
| 491 | |
| 492 | #[no_mangle] |
| 493 | pub extern "C" fn bloom_get_screen_height() -> f64 { engine().screen_height() } |
nothing calls this directly
no test coverage detected