aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-05 13:54:01 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-05 13:54:01 +0100
commit16fda1ef8da96c44cec20225cc4427d8eec52827 (patch)
tree87079b4d35fadcb6fb00426f07272c772f821ca4 /src/crepe/api
parent5c7d01c49081e0127f00116a7ff174a79c6325d5 (diff)
feedback changes
Diffstat (limited to 'src/crepe/api')
-rw-r--r--src/crepe/api/UIObject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/UIObject.h b/src/crepe/api/UIObject.h
index 614794d..c8987dc 100644
--- a/src/crepe/api/UIObject.h
+++ b/src/crepe/api/UIObject.h
@@ -5,7 +5,6 @@
namespace crepe {
/**
- * @class UiObject
* \brief Represents a UI object in the game, derived from the Component class.
*/
class UIObject : public Component {