mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-08 13:58:50 +08:00
add entis gls csx v1 disasm (ported from Crsky/EntisGLS_Tools)
This commit is contained in:
@@ -162,6 +162,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(musica::sc::MusicaBuilder::new()),
|
||||
#[cfg(feature = "musica-arc")]
|
||||
Box::new(musica::archive::paz::PazArcBuilder::new()),
|
||||
#[cfg(feature = "entis-gls")]
|
||||
Box::new(entis_gls::csx::v1::CSXScriptBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user