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;
};
}