From 2e3efd182c00eb12305644d855a2f19594a0627d Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Thu, 12 Sep 2024 17:28:32 +0200 Subject: wip --- modules/window-vulkan/c++/window.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 modules/window-vulkan/c++/window.hpp diff --git a/modules/window-vulkan/c++/window.hpp b/modules/window-vulkan/c++/window.hpp new file mode 100644 index 0000000..7a1c6ab --- /dev/null +++ b/modules/window-vulkan/c++/window.hpp @@ -0,0 +1,4 @@ +#pragma once + +namespace saw { +} -- cgit v1.2.3