attempt to remove some warnings when using -Wall

This commit is contained in:
Greg Wells
2025-05-29 22:34:49 -04:00
parent 77e92957a6
commit 706b558684
11 changed files with 68 additions and 36 deletions

View File

@@ -14,3 +14,5 @@
#include <core/framebuffer/gryphn_framebuffer.h>
#include <core/textures/gryphn_texture.h>
#include <core/command/command_pool/gryphn_command_pool.h>
#include <core/command/command_buffer/gryphn_command_buffer.h>
#include <core/renderpass/gryphn_render_pass.h>