diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 13:12:11 +0100 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-01-23 13:12:11 +0100 |
commit | 8dad985328e2183b224300aa992951131956fdb3 (patch) | |
tree | ceda3d9805335f36f571fb36585444ebdb421a02 /modules/window/c++/device.hpp | |
parent | a9d2025030d0a7641f4b0701bd4aff7d2db5aeb4 (diff) |
core,codec-json,codec-minecraft,codec-netcdf,codec,io-tls,io,io_codec,window,window-opengl:
Renamed file endings and changed includes
Diffstat (limited to 'modules/window/c++/device.hpp')
-rw-r--r-- | modules/window/c++/device.hpp | 18 |
1 files changed, 18 insertions, 0 deletions
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 <forstio/async/async.h> +#include <forstio/common.h> +#include <forstio/codec/data.h> +#include <forstio/io/io.h> + +#include <string_view> +#include <variant> + +namespace saw { +namespace gfx { +template<typename T> +class device; +} +} |