summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/skh/egl.h3
-rw-r--r--include/skh/window.h3
2 files changed, 6 insertions, 0 deletions
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"