Add support for HexenHaus Wag Archive File (.wag)

This commit is contained in:
2025-09-28 09:37:04 +08:00
parent 4f98a2a99d
commit 91bd43826d
5 changed files with 508 additions and 0 deletions

View File

@@ -144,6 +144,8 @@ lazy_static::lazy_static! {
Box::new(hexen_haus::archive::arcc::HexenHausArccArchiveBuilder::new()),
#[cfg(feature = "artemis-arc")]
Box::new(artemis::archive::pf2::ArtemisPf2Builder::new()),
#[cfg(feature = "hexen-haus-arc")]
Box::new(hexen_haus::archive::wag::HexenHausWagArchiveBuilder::new()),
];
/// A list of all script extensions.
pub static ref ALL_EXTS: Vec<String> =