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

@@ -148,6 +148,8 @@ lazy_static::lazy_static! {
Box::new(hexen_haus::archive::wag::HexenHausWagArchiveBuilder::new()),
#[cfg(feature = "hexen-haus-img")]
Box::new(hexen_haus::img::png::PngImageBuilder::new()),
#[cfg(feature = "hexen-haus-arc")]
Box::new(hexen_haus::archive::odio::HexenHausOdioArchiveBuilder::new()),
];
/// A list of all script extensions.
pub static ref ALL_EXTS: Vec<String> =