()
| 19 | |
| 20 | impl Api { |
| 21 | pub fn new() -> Self { |
| 22 | Self { |
| 23 | world: World::new(), |
| 24 | game: Game::new(), |
| 25 | } |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | #[no_mangle] pub extern fn api_init_game_lib(lib_name: *const c_char) { |
nothing calls this directly
no outgoing calls
no test coverage detected