()
| 19 | declare function bloom_set_listener_position(x: number, y: number, z: number, fx: number, fy: number, fz: number): void; |
| 20 | |
| 21 | export function initAudio(): void { |
| 22 | bloom_init_audio(); |
| 23 | } |
| 24 | |
| 25 | export function closeAudio(): void { |
| 26 | bloom_close_audio(); |
nothing calls this directly
no test coverage detected