EHS/include/ehs/system/System.h

9 lines
146 B
C
Raw Permalink Normal View History

2024-02-05 22:25:30 -08:00
#pragma once
#include "ehs/EHS.h"
#if defined(EHS_OS_WINDOWS)
#include "System_W32.h"
#elif defined(EHS_OS_LINUX)
#include "System_LNX.h"
#endif