comparison src/th06/mod.rs @ 642:9e40bd5cc26d

Move interpolators in another module.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 07 Jul 2019 12:19:50 +0200
parents a8e0219162b6
children f6bfc9e6dab0
comparison
equal deleted inserted replaced
641:a58103f2f264 642:9e40bd5cc26d
1 //! Touhou 6: EoSD implementation. 1 //! Touhou 6: EoSD implementation.
2 2
3 pub mod pbg3; 3 pub mod pbg3;
4 pub mod anm0; 4 pub mod anm0;
5 pub mod anm0_vm; 5 pub mod anm0_vm;
6 pub mod interpolator;