1
2
3
4
5
6
7
8
9
/*!
 * Everything related to animation in mutiny.
 */
pub mod path_follower;

pub use self::path_follower::{
    PathFollower, PathFollowerBuilder, PathFollowerBuilderExt, Path, PathLookUpDistance, Speed,
    EntityWithPath, EntityWithPathMut, EntityWithReynoldsPath
};