view src/th06/mod.rs @ 671:266911c0ccfd

Add a parser for the stage background format.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 12 Aug 2019 20:41:27 +0200
parents 31fc0d881105
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;