[][src]Function bve_native::bve_init

#[no_mangle]
pub extern "C" fn bve_init()

Initialize the runtime functionality of BVE. Initializes minimal global state to make the rest of the API safe to call. DO NOT CALL ANY OTHER FUNCTION BEFORE YOU CALL INIT.

This function is not protected against panics as it must not panic due to the handler not being set up.

May be called multiple times, but all global state will be reset.