Mercurial > touhou
view interpreters/src/th06/mod.rs @ 764:d18c0bf11138
Python: Use logger.warning() as logger.warn() is deprecated
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 26 Aug 2022 18:55:39 +0200 |
parents | cad9e422b18f |
children |
line wrap: on
line source
//! Touhou 6: EoSD implementation. pub mod anm0; pub mod ecl; pub mod std; pub mod enemy; pub mod interpolator;