summaryrefslogtreecommitdiff
path: root/libs/pwyazh/pwyazh_GL.h
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-23 19:39:54 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-23 19:39:54 +0500
commitbf1c59565096ac9774493846cfb15e259d3b0e66 (patch)
tree82e8182af128580b6f38437feccba8c0f48abdc1 /libs/pwyazh/pwyazh_GL.h
parent1ee094199af9c169e1ccaa53c7b0c186c4a3639e (diff)
restructure
Diffstat (limited to 'libs/pwyazh/pwyazh_GL.h')
-rw-r--r--libs/pwyazh/pwyazh_GL.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/pwyazh/pwyazh_GL.h b/libs/pwyazh/pwyazh_GL.h
new file mode 100644
index 0000000..6611ce5
--- /dev/null
+++ b/libs/pwyazh/pwyazh_GL.h
@@ -0,0 +1,8 @@
+#ifndef PWYAZH_GL_H
+#define PWYAZH_GL_H
+
+/* OpenGL related stuff. Some types and helpers */
+
+#include "mesh.h"
+
+#endif /* PWYAZH_GL_H */