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/c++/device.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/window/c++/device.hpp (limited to 'modules/window/c++/device.hpp') diff --git a/modules/window/c++/device.hpp b/modules/window/c++/device.hpp new file mode 100644 index 0000000..f2524db --- /dev/null +++ b/modules/window/c++/device.hpp @@ -0,0 +1,18 @@ +#pragma once + +#include "window.hpp + +#include +#include +#include +#include + +#include +#include + +namespace saw { +namespace gfx { +template +class device; +} +} -- cgit v1.2.3