diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:59:03 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:59:03 +0100 |
commit | 9d60b7b70abd832dc229c59114e465d457fcd0a3 (patch) | |
tree | e8f072ccb8e3a24a42295e53afac1892eda039ab /src/crepe/api/UiObject.h | |
parent | 6e9879896e620e6113c11e48f23a5f71b4fc87f0 (diff) |
make format
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 6b0323e..c056877 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,int width,int height); + UiObject(game_object_id_t id, int width, int height); //! The width of the UI object. int width = 0; |