1
0
Fork 0
mirror of https://github.com/jakcron/nstool.git synced 2025-01-09 03:15:27 +00:00

Add ExtractJob

This commit is contained in:
jakcron 2021-10-08 17:56:40 +08:00
parent 7ede5a081b
commit a3996eaf0c

View file

@ -24,4 +24,9 @@ struct CliOutputMode
{}
};
struct ExtractJob {
tc::io::Path virtual_path;
tc::io::Path extract_path;
};
}