EHS/include/System/Open.h

9 lines
139 B
C
Raw Normal View History

2023-12-17 03:29:08 -08:00
#pragma once
#include "OS.h"
#if defined(LWE_OS_WINDOWS)
#include "Open_W32.h"
#elif defined(LWE_OS_LINUX)
#include "Open_UNX.h"
#endif