mirror of
https://github.com/jakcron/nstool.git
synced 2025-01-24 16:31:03 +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