1 2 3 4 5 6
pub const IRSDK_VER: i32 = 2; /// Value for session lap limit if it's unlimited pub const UNLIMITED_LAPS: i32 = 32_767; /// Value for session time limit if it's unlimited pub const UNLIMITED_TIME: f64 = 604_800.0;