New File tools

This commit is contained in:
2023-02-08 20:05:41 -08:00
parent c3dbacde76
commit bbe30d9253
13 changed files with 210 additions and 73 deletions

View File

@@ -20,8 +20,9 @@ namespace Dawn {
std::vector<std::string> args;
public:
DawnTool(const int argc, const char *argv[]);
int32_t exec(const int32_t argc, const char *argv[]);
virtual int32_t start() = 0;
};
}
}
int main(const int32_t argc, const char *argv[]);