summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-26 16:29:53 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-26 16:29:53 -0500
commit5c0e9eb465c5c291b0d2658ad01f15e050042df1 (patch)
treedb95f6fe1a61d4ea814f254b279c8d5fb4ce1994 /include
parent745c345199b3ddac4adaf1cb11eb4f17ca73b104 (diff)
downloadstela-5c0e9eb465c5c291b0d2658ad01f15e050042df1.tar.gz
stela-5c0e9eb465c5c291b0d2658ad01f15e050042df1.tar.bz2
stela-5c0e9eb465c5c291b0d2658ad01f15e050042df1.zip
Bare-bones GLFM (Android) window
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'include')
-rw-r--r--include/stl/platform.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stl/platform.h b/include/stl/platform.h
new file mode 100644
index 0000000..cdd1d81
--- /dev/null
+++ b/include/stl/platform.h
@@ -0,0 +1,3 @@
+#pragma once
+
+#include "../../src/platform.h"