pub unsafe extern "C" fn ecs_quit(world: *mut ecs_world_t)Expand description
Signal exit This operation signals that the application should quit. It will cause ecs_progress to return false.
@param world The world to quit.
pub unsafe extern "C" fn ecs_quit(world: *mut ecs_world_t)Signal exit This operation signals that the application should quit. It will cause ecs_progress to return false.
@param world The world to quit.