summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2023-11-10 14:45:42 -0500
committerAndrew Opalach <andrew@akon.city> 2023-11-10 14:45:42 -0500
commit08b14e82c9dbc8a7f46480ca585b972549a2063c (patch)
tree41030a91ad2f9aeb7539c50ded0d97b79e591ed8 /include
downloadstela-08b14e82c9dbc8a7f46480ca585b972549a2063c.tar.gz
stela-08b14e82c9dbc8a7f46480ca585b972549a2063c.tar.bz2
stela-08b14e82c9dbc8a7f46480ca585b972549a2063c.zip
Add sekihi
- Subprojects temporarily omitted Signed-off-by: Andrew Opalach <andrew@akon.city>
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"