comparison src/th06/mod.rs @ 657:ff7b6355cdf1

Port the Enemy struct from Python, for now without its methods.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 09 Aug 2019 01:36:47 +0200
parents f6bfc9e6dab0
children 31fc0d881105
comparison
equal deleted inserted replaced
656:988e5130fb00 657:ff7b6355cdf1
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 ecl;
7 pub mod enemy;
7 pub mod interpolator; 8 pub mod interpolator;