Detect compiler/platform and change console commands from `utils.hpp` accordingly. These are currently only supported on Windows. Support needed for the following commands: - system("PAUSE") - system("TITLE " + *) or MSVC SetConsoleTitle() - system("CLS")
Detect compiler/platform and change console commands from
utils.hppaccordingly. These are currently only supported on Windows.Support needed for the following commands: