Add window support for Windows.

This commit is contained in:
jamgroga 2021-10-31 13:04:48 +00:00
parent 5d32592126
commit c05b7b6315
27 changed files with 783 additions and 95 deletions

View file

@ -21,6 +21,8 @@ public:
void Process(int argc, char *argv[]);
void Process(const std::vector<std::string>& args);
std::size_t GetNumberOfArgs() const;
std::string GetArg(std::size_t index) const;