view src/th06/mod.rs @ 677:082c39d7d1c3

Use a struct for difficulty coeffs, so that we can impl Default on it.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 15 Aug 2019 21:32:54 +0200
parents 266911c0ccfd
children 6020e33d4fc4
line wrap: on
line source

//! Touhou 6: EoSD implementation.

pub mod pbg3;
pub mod anm0;
pub mod anm0_vm;
pub mod ecl;
pub mod ecl_vm;
pub mod std;
pub mod enemy;
pub mod interpolator;