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

lots of dataspec implementation

This commit is contained in:
Jack Andersen
2015-06-10 18:55:06 -10:00
parent a6d28c2b2b
commit 6dda293cb9
24 changed files with 524 additions and 140 deletions

View File

@@ -15,6 +15,7 @@ struct ToolPassInfo
HECL::SystemString cwd;
std::vector<HECL::SystemString> args;
HECL::SystemString output;
HECL::Database::Project* project = NULL;
unsigned verbosityLevel = 0;
bool force = false;
};