2024-04-09 01:44:15 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "ehs/system/OS.h"
|
|
|
|
|
|
|
|
#if defined(EHS_OS_WINDOWS)
|
2024-06-29 23:38:27 -07:00
|
|
|
#include "Directory_W32.h"
|
2024-04-09 01:44:15 -07:00
|
|
|
#elif defined(EHS_OS_LINUX)
|
2024-06-29 23:38:27 -07:00
|
|
|
#include "Directory_LNX.h"
|
2024-04-09 01:44:15 -07:00
|
|
|
#endif
|