Add support for HexenHaus Audio Archive File (.bin)

This commit is contained in:
2025-09-28 10:55:27 +08:00
parent 3ae55b03c0
commit 15d67c6b7b
5 changed files with 425 additions and 0 deletions

View File

@@ -603,6 +603,9 @@ pub enum ScriptType {
/// HexenHaus Arcc archive
HexenHausArcc,
#[cfg(feature = "hexen-haus-arc")]
/// HexenHaus Audio archive
HexenHausOdio,
#[cfg(feature = "hexen-haus-arc")]
/// HexenHaus WAG archive
HexenHausWag,
#[cfg(feature = "hexen-haus-img")]