assimp-fez/port/assimp_rs/src/structs/anim/mod.rs

7 lines
95 B
Rust

mod anim;
pub use self::anim::{
Animation,
NodeAnim,
MeshAnim,
MeshMorphAnim};