CommandLine parser initial

This commit is contained in:
IlushaShurupov 2023-07-15 13:12:51 +03:00 committed by Ilya Shurupov
parent 3846b91662
commit f5cab30f21
11 changed files with 592 additions and 22 deletions

View file

@ -0,0 +1,7 @@
#pragma once
#include "Testing.hpp"
#include "Allocators.hpp"
#include "CommandLine.hpp"
void testCommandLine();