diff options
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/UIObject.h | 1 |
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 { |