EHS/include/ehs/system/Open.h

9 lines
139 B
C
Raw Normal View History

2024-02-05 22:25:30 -08:00
#pragma once
#include "OS.h"
#if defined(EHS_OS_WINDOWS)
#include "Open_W32.h"
#elif defined(EHS_OS_LINUX)
#include "Open_UNX.h"
#endif