init_tile

Function init_tile 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn init_tile(tile_id: u8)
Expand description

Initialize the tile with the given ID

ยงSafety

This function modifies global state. It should only be called once during module initialization.