Adjusted workflow.
This commit is contained in:
13
include/ehs/io/Window.h
Normal file
13
include/ehs/io/Window.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "ehs/system/OS.h"
|
||||
|
||||
#if defined(EHS_OS_WINDOWS)
|
||||
#include "Window_W32.h"
|
||||
#elif defined(EHS_OS_LINUX)
|
||||
#if defined(EHS_WS_XCB)
|
||||
#include "Window_XCB.h"
|
||||
#elif defined(EHS_WS_WAYLAND)
|
||||
#include "Window_Way.h"
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user