maze_wasm::wasm

Function maze_wasm_get_start_cell

Source
#[no_mangle]
pub extern "C" fn maze_wasm_get_start_cell(
    maze_wasm: *mut MazeWasm,
) -> u32
Expand description

Gets the start cell associated with a MazeWasm

ยงReturns

A MazeWasmResult containing either the start cell point (as the value_ptr) if successful, or an `error_ptr``