re-export PathType & SplineType

This commit is contained in:
MaxOhn
2024-02-11 02:36:37 +01:00
parent 6e4b930401
commit c3a6a1cb1d
+1 -1
View File
@@ -3,7 +3,7 @@ use std::cmp::Ordering;
use rosu_map::section::hit_objects::{BorrowedCurve, CurveBuffers};
pub use rosu_map::{
section::hit_objects::{hit_samples::HitSoundType, PathControlPoint},
section::hit_objects::{hit_samples::HitSoundType, PathControlPoint, PathType, SplineType},
util::Pos,
};