mirror of
https://github.com/Theaninova/mhlib.git
synced 2026-01-06 16:52:49 +00:00
add archive tests
This commit is contained in:
6
rust/mhex/src/main.rs
Normal file
6
rust/mhex/src/main.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use starforcelib::sarc::SarcArchive;
|
||||
|
||||
fn main() {
|
||||
let path = "E:\\Games\\Moorhuhn Kart 3\\data.sar";
|
||||
SarcArchive::extract_all(path).unwrap();
|
||||
}
|
||||
Reference in New Issue
Block a user