From 8dad985328e2183b224300aa992951131956fdb3 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 23 Jan 2024 13:12:11 +0100 Subject: core,codec-json,codec-minecraft,codec-netcdf,codec,io-tls,io,io_codec,window,window-opengl: Renamed file endings and changed includes --- modules/window-opengl/gl_window.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/window-opengl/gl_window.hpp (limited to 'modules/window-opengl/gl_window.hpp') diff --git a/modules/window-opengl/gl_window.hpp b/modules/window-opengl/gl_window.hpp new file mode 100644 index 0000000..3bb9f83 --- /dev/null +++ b/modules/window-opengl/gl_window.hpp @@ -0,0 +1,8 @@ +#pragma once + +namespace saw { +namespace gfx { +template +class gpu_window; +} +} -- cgit v1.2.3