diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 14:03:09 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 14:03:09 +0100 |
| commit | 1acadb9cdfc2025b65b190c872e420b199827655 (patch) | |
| tree | f220f0adef4795bad340b3ca76031d99c6aa9263 /src/graphics.h | |
| parent | bce43321ba6d5723e57710bd48bc84c08ec493ff (diff) | |
use concrete errors
Diffstat (limited to 'src/graphics.h')
| -rw-r--r-- | src/graphics.h | 2 |
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 +}; |
