From 90b2e13de6abcd12073c55ca1995007ffef1fe71 Mon Sep 17 00:00:00 2001 From: Slendi Date: Thu, 4 Dec 2025 13:56:53 +0200 Subject: [PATCH] Another minor formatting change Signed-off-by: Slendi --- src/Application.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Application.h b/src/Application.h index 3a9bf10..3acfbe6 100644 --- a/src/Application.h +++ b/src/Application.h @@ -9,6 +9,7 @@ #include namespace Lunar { + class VulkanRenderer; struct Application {