aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe')
-rw-r--r--src/crepe/facade/SDLContext.h1
-rw-r--r--src/crepe/facade/SDLFontContext.cpp1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h
index 554880f..d7b8365 100644
--- a/src/crepe/facade/SDLContext.h
+++ b/src/crepe/facade/SDLContext.h
@@ -18,7 +18,6 @@
#include "api/Transform.h"
#include "types.h"
-
namespace crepe {
class Texture;
diff --git a/src/crepe/facade/SDLFontContext.cpp b/src/crepe/facade/SDLFontContext.cpp
index e7f04cc..4fb0e88 100644
--- a/src/crepe/facade/SDLFontContext.cpp
+++ b/src/crepe/facade/SDLFontContext.cpp
@@ -15,6 +15,7 @@ SDLFontContext::SDLFontContext(){
SDLFontContext::~SDLFontContext(){
FcFini();
}
+
unique_ptr<Asset> SDLFontContext::get_font_asset(const string & font_family) {
// Create a pattern to search for the font family