From bf1c59565096ac9774493846cfb15e259d3b0e66 Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 23 Jan 2025 19:39:54 +0500 Subject: restructure --- libs/pwyazh/pwyazh_GL.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/pwyazh/pwyazh_GL.h (limited to 'libs/pwyazh/pwyazh_GL.h') 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 */ -- cgit v1.2.3