summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 14:03:09 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 14:03:09 +0100
commit1acadb9cdfc2025b65b190c872e420b199827655 (patch)
treef220f0adef4795bad340b3ca76031d99c6aa9263 /src/graphics.h
parentbce43321ba6d5723e57710bd48bc84c08ec493ff (diff)
use concrete errors
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h
index 7f09c4f..215fd92 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -4,4 +4,4 @@
struct graphics_s {
VkInstance instance;
-}; \ No newline at end of file
+};