()
| 1675 | |
| 1676 | #[no_mangle] |
| 1677 | pub extern "C" fn bloom_get_screen_width() -> f64 { engine().screen_width() } |
| 1678 | |
| 1679 | #[no_mangle] |
| 1680 | pub extern "C" fn bloom_get_screen_height() -> f64 { engine().screen_height() } |
nothing calls this directly
no test coverage detected