mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
Initial cook integration
This commit is contained in:
@@ -79,6 +79,13 @@ struct STRG : ISTRG
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool Cook(const STRG& strg, const hecl::ProjectPath& outPath)
|
||||
{
|
||||
athena::io::FileWriter ws(outPath.getAbsolutePath());
|
||||
strg.write(ws);
|
||||
return true;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user