summaryrefslogtreecommitdiff
path: root/modules/window-vulkan/c++/window.hpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-12 17:28:32 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-12 17:28:32 +0200
commit2e3efd182c00eb12305644d855a2f19594a0627d (patch)
tree1d3ba880d0049a4916057c8f736c3f66828d0286 /modules/window-vulkan/c++/window.hpp
parent7bce438596fa7cee2635d659e00202f8500ca9e2 (diff)
wip
Diffstat (limited to 'modules/window-vulkan/c++/window.hpp')
-rw-r--r--modules/window-vulkan/c++/window.hpp4
1 files changed, 4 insertions, 0 deletions
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 {
+}