mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Add ExtractJob
This commit is contained in:
parent
7ede5a081b
commit
a3996eaf0c
1 changed files with 5 additions and 0 deletions
|
@ -24,4 +24,9 @@ struct CliOutputMode
|
|||
{}
|
||||
};
|
||||
|
||||
struct ExtractJob {
|
||||
tc::io::Path virtual_path;
|
||||
tc::io::Path extract_path;
|
||||
};
|
||||
|
||||
}
|
Loading…
Reference in a new issue