#pragma once

#include "OS.h"

#if defined(EHS_OS_WINDOWS)
	#include "Open_W32.h"
#elif defined(EHS_OS_LINUX)
	#include "Open_UNX.h"
#endif