Add pf2 support for artemis engine

This commit is contained in:
2025-09-27 19:23:00 +08:00
parent 6a1a89c8ad
commit 292dce240b
6 changed files with 478 additions and 11 deletions

View File

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