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++/video_mode.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/window/c++/video_mode.hpp (limited to 'modules/window/c++/video_mode.hpp') diff --git a/modules/window/c++/video_mode.hpp b/modules/window/c++/video_mode.hpp new file mode 100644 index 0000000..a8f1695 --- /dev/null +++ b/modules/window/c++/video_mode.hpp @@ -0,0 +1,11 @@ +#pragma once + +#include + +namespace saw { +class video_mode { +public: + size_t width = 64; + size_t height = 64; +}; +} // namespace saw -- cgit v1.2.3