Mercurial > touhou
view formats/src/th06/mod.rs @ 794:8c2ef2d503c9 default tip
formats: Implement T6RP in Rust
This has been tested against demo00.rpy shipped in CM.DAT.
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Tue, 02 Jun 2026 16:39:21 +0200 |
| parents | ec1e06402a97 |
| children |
line wrap: on
line source
//! Touhou 6: EoSD implementation. pub mod pbg3; pub mod anm0; pub mod ecl; pub mod std; pub mod msg; pub mod pos; pub mod t6rp;
