#pragma once #include "stdio.h" #include "PolyString.h" #include "PolyObject.h" #include "OSBasics.h" #ifdef _WINDOWS #include #include #endif using namespace Polycode; class BuildArg { public: String name; String value; };