diff options
| author | fschildt <florian.schildt@protonmail.com> | 2025-12-10 19:19:32 +0100 |
|---|---|---|
| committer | fschildt <florian.schildt@protonmail.com> | 2025-12-10 19:19:32 +0100 |
| commit | 69f46d34e9c6a25c63668423fd984d07c1f099a3 (patch) | |
| tree | c796130ca3911e5cf8f3257acde210a6f5ad7234 /src/renderer/Renderer.hpp | |
| parent | 3f95bc6b463f629c620ba5811ca3ce53ed9c03a2 (diff) | |
use "" include over <> include for own code
Diffstat (limited to 'src/renderer/Renderer.hpp')
| -rw-r--r-- | src/renderer/Renderer.hpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/renderer/Renderer.hpp b/src/renderer/Renderer.hpp index 8981826..eaa9630 100644 --- a/src/renderer/Renderer.hpp +++ b/src/renderer/Renderer.hpp @@ -1,10 +1,9 @@ #pragma once -#include <games/Game.hpp> -#include <common/math.hpp> -#include <common/Font.hpp> -#include <common/shapes.hpp> -#include <common/MemoryManager.hpp> +#include "common/math.hpp" +#include "common/Font.hpp" +#include "common/shapes.hpp" +#include "common/MemoryManager.hpp" #include <SDL3/SDL.h> #include <SDL3/SDL_video.h> |
