comparison src/th06/mod.rs @ 650:f6bfc9e6dab0

Add an ECL parser.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 08 Aug 2019 17:03:00 +0200
parents 9e40bd5cc26d
children ff7b6355cdf1
comparison
equal deleted inserted replaced
649:967627181a76 650:f6bfc9e6dab0
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 ecl;
6 pub mod interpolator; 7 pub mod interpolator;