From 586ebde8567cf24bc2cd12714cc8c97956328a46 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 13:54:58 +0100 Subject: rename to graphics --- src/graphics.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/graphics.h (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h new file mode 100644 index 0000000..7f09c4f --- /dev/null +++ b/src/graphics.h @@ -0,0 +1,7 @@ +#pragma once + +#include + +struct graphics_s { + VkInstance instance; +}; \ No newline at end of file -- cgit v1.2.3