mirror of
https://github.com/jakcron/nstool.git
synced 2025-01-09 03:15:27 +00:00
Add ExtractJob
This commit is contained in:
parent
7ede5a081b
commit
a3996eaf0c
|
@ -24,4 +24,9 @@ struct CliOutputMode
|
|||
{}
|
||||
};
|
||||
|
||||
struct ExtractJob {
|
||||
tc::io::Path virtual_path;
|
||||
tc::io::Path extract_path;
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue