diff options
| author | 2024-11-26 16:29:53 -0500 | |
|---|---|---|
| committer | 2024-11-26 16:29:53 -0500 | |
| commit | 5c0e9eb465c5c291b0d2658ad01f15e050042df1 (patch) | |
| tree | db95f6fe1a61d4ea814f254b279c8d5fb4ce1994 /include/stl | |
| parent | 745c345199b3ddac4adaf1cb11eb4f17ca73b104 (diff) | |
| download | stela-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/stl')
| -rw-r--r-- | include/stl/platform.h | 3 |
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" |