From 16fda1ef8da96c44cec20225cc4427d8eec52827 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Thu, 5 Dec 2024 13:54:01 +0100 Subject: feedback changes --- src/crepe/api/UIObject.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/crepe/api/UIObject.h') 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 { -- cgit v1.2.3