diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-16 19:36:40 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-16 19:36:40 +0100 |
commit | 56342ffab9daade7802b015ac83b9c47a8b9b18b (patch) | |
tree | 078724d631e51aa332710d403e3c3ba17cb25469 /src/crepe/api/Text.h | |
parent | 55f4aaf179cf723c5b703b0c4d848bf059ae190a (diff) |
make format
Diffstat (limited to 'src/crepe/api/Text.h')
-rw-r--r-- | src/crepe/api/Text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Text.h b/src/crepe/api/Text.h index 13b4375..fbb1ad6 100644 --- a/src/crepe/api/Text.h +++ b/src/crepe/api/Text.h @@ -4,8 +4,8 @@ #include "../Component.h" -#include "Color.h" #include "Asset.h" +#include "Color.h" #include "UIObject.h" namespace crepe { |