From 7f7f1237532b4318361e69349cc38f34fe981803 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Mon, 16 Dec 2024 18:28:56 +0100 Subject: headers to c file change --- src/crepe/facade/SDLFontContext.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/crepe/facade/SDLFontContext.h') diff --git a/src/crepe/facade/SDLFontContext.h b/src/crepe/facade/SDLFontContext.h index cb3ca9d..d15e1a3 100644 --- a/src/crepe/facade/SDLFontContext.h +++ b/src/crepe/facade/SDLFontContext.h @@ -1,7 +1,6 @@ #pragma once -#include -#include + #include #include "../api/Asset.h" @@ -25,7 +24,6 @@ public: */ Asset get_font_asset(const std::string font_family); -private: }; } // namespace crepe -- cgit v1.2.3