2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

extract tool work

This commit is contained in:
Jack Andersen
2015-07-12 20:30:20 -10:00
parent de73e764e1
commit cc340518f1
72 changed files with 27 additions and 10 deletions

View File

@@ -70,8 +70,8 @@ public:
*/
struct ExtractPassInfo
{
const SystemString* srcpath;
std::vector<const SystemString*> extractArgs;
SystemString srcpath;
std::vector<SystemString> extractArgs;
};
/**