From 818f818f583881156eb279c71b1359bf2c4f3580 Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 12 Oct 2025 15:25:23 +0500 Subject: change identation, maybe will change back, add own gl functions loading, and glx example --- window.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 window.h (limited to 'window.h') diff --git a/window.h b/window.h new file mode 100644 index 0000000..ec42b30 --- /dev/null +++ b/window.h @@ -0,0 +1,9 @@ +#ifndef window_h +#define window_h + +struct window { + i32 width; + i32 height; +}; + +#endif -- cgit v1.2.3-70-g09d2