diff --git a/cpp/Platform.IO/Platform.IO.h b/cpp/Platform.IO/Platform.IO.h new file mode 100644 index 0000000..a63b0fc --- /dev/null +++ b/cpp/Platform.IO/Platform.IO.h @@ -0,0 +1,8 @@ +#pragma once + +#include "FileHelpers.h" +#include "ConsoleCancellation.h" +#include "ConsoleHelpers.h" +#include "StreamExtensions.h" +#include "TemporaryFile.h" +#include "TemporaryFiles.h" \ No newline at end of file