Add new game support for escude

This commit is contained in:
2025-12-26 17:29:05 +08:00
parent ce2d901523
commit d8ef082645
6 changed files with 391 additions and 23 deletions

View File

@@ -3057,6 +3057,8 @@ fn main() {
xp3_no_adler: arg.xp3_no_adler,
#[cfg(feature = "bgi")]
bgi_add_space: arg.bgi_add_space,
#[cfg(feature = "escude")]
escude_op: arg.escude_op,
});
match &arg.command {
args::Command::Export { input, output } => {