re-export BreakPeriod from rosu-map

This commit is contained in:
MaxOhn
2024-03-13 15:01:19 +01:00
parent 90196329c1
commit 3f43a01727
+3 -1
View File
@@ -1,10 +1,12 @@
use std::{io, path::Path, str::FromStr};
use rosu_map::{
section::{events::BreakPeriod, general::GameMode, hit_objects::hit_samples::HitSoundType},
section::{general::GameMode, hit_objects::hit_samples::HitSoundType},
LATEST_FORMAT_VERSION,
};
pub use rosu_map::section::events::BreakPeriod;
use crate::{
catch::Catch, mania::Mania, osu::Osu, taiko::Taiko, Difficulty, GradualDifficulty,
GradualPerformance, Performance,