Add bgi export support

This commit is contained in:
2025-05-21 17:54:23 +08:00
parent b355a435bc
commit eba514d74f
5 changed files with 805 additions and 0 deletions

2
src/scripts/bgi/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
mod parser;
pub mod script;