mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 21:38:58 +08:00
Add artemis txt script support
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
pub mod archive;
|
||||
pub mod asb;
|
||||
pub mod ast;
|
||||
pub mod txt;
|
||||
|
||||
1216
src/scripts/artemis/txt.rs
Normal file
1216
src/scripts/artemis/txt.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -112,6 +112,8 @@ lazy_static::lazy_static! {
|
||||
Box::new(entis_gls::srcxml::SrcXmlScriptBuilder::new()),
|
||||
#[cfg(feature = "softpal")]
|
||||
Box::new(softpal::scr::SoftpalScriptBuilder::new()),
|
||||
#[cfg(feature = "artemis")]
|
||||
Box::new(artemis::txt::TxtBuilder::new()),
|
||||
];
|
||||
/// A list of all script extensions.
|
||||
pub static ref ALL_EXTS: Vec<String> =
|
||||
|
||||
Reference in New Issue
Block a user