From fec96c85a4d71f20d3de9791163a9a1f932c8e48 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 18 Jan 2024 12:05:13 +0100 Subject: window: Moving around directories --- modules/window/c++/video_mode.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 modules/window/c++/video_mode.h (limited to 'modules/window/c++/video_mode.h') diff --git a/modules/window/c++/video_mode.h b/modules/window/c++/video_mode.h new file mode 100644 index 0000000..a8f1695 --- /dev/null +++ b/modules/window/c++/video_mode.h @@ -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