#pragma once #include "OS.h" #if defined(LWE_OS_WINDOWS) #include "Open_W32.h" #elif defined(LWE_OS_LINUX) #include "Open_UNX.h" #endif