[][src]Function thorium::game_update_and_render

#[no_mangle]
pub extern "C" fn game_update_and_render(
    memory: &mut GameMemory,
    input: &GameInput,
    bitmap: &mut Bitmap
)

A shim to the real game update, so that the ABI is correct based on link mode.