diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:25:32 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:25:32 +0100 |
commit | 7070f22d86057eafca3b82321d4146958c14a33e (patch) | |
tree | 9355ce7728a5ab9a9dbf964461b854591e7018d9 /src/crepe/api/UiObject.h | |
parent | ad4de3ee60f699595bfd1950f88e5417fa29a0d5 (diff) |
pr feedback
Diffstat (limited to 'src/crepe/api/UiObject.h')
-rw-r--r-- | src/crepe/api/UiObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/UiObject.h b/src/crepe/api/UiObject.h index 7bd1c2e..6b0323e 100644 --- a/src/crepe/api/UiObject.h +++ b/src/crepe/api/UiObject.h @@ -14,7 +14,7 @@ public: * \brief Constructs a UiObject with the specified game object ID. * \param id The unique ID of the game object associated with this UI object. */ - UiObject(game_object_id_t id); + UiObject(game_object_id_t id,int width,int height); //! The width of the UI object. int width = 0; |