Add window support for Windows.
This commit is contained in:
parent
5d32592126
commit
c05b7b6315
27 changed files with 783 additions and 95 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue