ecs_module_init

Function ecs_module_init 

Source
pub unsafe extern "C" fn ecs_module_init(
    world: *mut ecs_world_t,
    c_name: *const c_char,
    desc: *const ecs_component_desc_t,
) -> ecs_entity_t
Expand description

Register a new module.