1 2 3 4 5 6 7 8
#pragma once #ifdef CRU_PLATFORM_UNIX #include "UnixFileStream.hpp" namespace cru::io { using FileStream = UnixFileStream; } #endif