diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:45:29 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-12 21:45:29 +0100 |
commit | a5810032c3cf012280271b5425411e08438d72d2 (patch) | |
tree | 69511eedc261f97a9cd5f018fa3781c1aaae9eb4 | |
parent | fb33482a14915373bdfdaeb7d4856cde31d922ab (diff) |
removed asset include
-rw-r--r-- | src/crepe/api/Text.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/Text.h b/src/crepe/api/Text.h index ebf413b..f8ce845 100644 --- a/src/crepe/api/Text.h +++ b/src/crepe/api/Text.h @@ -4,12 +4,10 @@ #include "../Component.h" -#include "Asset.h" #include "Color.h" #include "UIObject.h" namespace crepe { - /** * \brief Text UIObject component for displaying text * |