From 08b14e82c9dbc8a7f46480ca585b972549a2063c Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 10 Nov 2023 14:45:42 -0500 Subject: Add sekihi - Subprojects temporarily omitted Signed-off-by: Andrew Opalach --- include/skh/egl.h | 3 +++ include/skh/window.h | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 include/skh/egl.h create mode 100644 include/skh/window.h (limited to 'include') diff --git a/include/skh/egl.h b/include/skh/egl.h new file mode 100644 index 0000000..b6f5c04 --- /dev/null +++ b/include/skh/egl.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../src/egl_common.h" diff --git a/include/skh/window.h b/include/skh/window.h new file mode 100644 index 0000000..b0c0068 --- /dev/null +++ b/include/skh/window.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../src/window.h" -- cgit v1.2.3-101-g0448