view 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
line wrap: on
line source

//! Touhou 6: EoSD implementation.

pub mod pbg3;
pub mod anm0;
pub mod anm0_vm;
pub mod interpolator;