Mercurial > touhou
view src/th06/mod.rs @ 664:f08e8e3c6196
Use bitflags for the rank, instead of an u16.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 11 Aug 2019 19:55:45 +0200 |
parents | 31fc0d881105 |
children | 266911c0ccfd |
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 enemy; pub mod interpolator;