aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-16 19:36:40 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-16 19:36:40 +0100
commit56342ffab9daade7802b015ac83b9c47a8b9b18b (patch)
tree078724d631e51aa332710d403e3c3ba17cb25469 /src/crepe/facade
parent55f4aaf179cf723c5b703b0c4d848bf059ae190a (diff)
make format
Diffstat (limited to 'src/crepe/facade')
-rw-r--r--src/crepe/facade/FontFacade.cpp2
-rw-r--r--src/crepe/facade/FontFacade.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/facade/FontFacade.cpp b/src/crepe/facade/FontFacade.cpp
index 12e10ed..708b2ff 100644
--- a/src/crepe/facade/FontFacade.cpp
+++ b/src/crepe/facade/FontFacade.cpp
@@ -1,6 +1,6 @@
-#include <stdexcept>
#include <SDL2/SDL_ttf.h>
#include <fontconfig/fontconfig.h>
+#include <stdexcept>
#include "FontFacade.h"
diff --git a/src/crepe/facade/FontFacade.h b/src/crepe/facade/FontFacade.h
index 1b835d4..0e6b7da 100644
--- a/src/crepe/facade/FontFacade.h
+++ b/src/crepe/facade/FontFacade.h
@@ -22,7 +22,7 @@ public:
* \param font_family Name of the font family name.
* \return Asset with filepath to the font.
*/
- static Asset get_font_asset(const std::string font_family);
+ static Asset get_font_asset(const std::string font_family);
};
} // namespace crepe