diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:09:55 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:09:55 +0100 |
commit | 3ed4e51e23b5093a44a166b2f11ff66164e5cff1 (patch) | |
tree | 75a8eaadc2e21759936d2c716594cb9c4d23714c /src/crepe/facade/Font.h | |
parent | 431d7cceb25db86f31a8c89440f3cdd2c7bf061f (diff) |
font working
Diffstat (limited to 'src/crepe/facade/Font.h')
-rw-r--r-- | src/crepe/facade/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/Font.h b/src/crepe/facade/Font.h index dd1cebf..a27676b 100644 --- a/src/crepe/facade/Font.h +++ b/src/crepe/facade/Font.h @@ -5,7 +5,7 @@ #include "../api/Asset.h" #include "../api/Config.h" - +#include "../Resource.h" namespace crepe { /** |