aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Text.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-12 21:45:29 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-12 21:45:29 +0100
commita5810032c3cf012280271b5425411e08438d72d2 (patch)
tree69511eedc261f97a9cd5f018fa3781c1aaae9eb4 /src/crepe/api/Text.h
parentfb33482a14915373bdfdaeb7d4856cde31d922ab (diff)
removed asset include
Diffstat (limited to 'src/crepe/api/Text.h')
-rw-r--r--src/crepe/api/Text.h2
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
*