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.cpp | |
parent | 6e9879896e620e6113c11e48f23a5f71b4fc87f0 (diff) |
make format
Diffstat (limited to 'src/crepe/api/UiObject.cpp')
-rw-r--r-- | src/crepe/api/UiObject.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/crepe/api/UiObject.cpp b/src/crepe/api/UiObject.cpp index 987fc06..7859a90 100644 --- a/src/crepe/api/UiObject.cpp +++ b/src/crepe/api/UiObject.cpp @@ -2,4 +2,7 @@ using namespace crepe; -UiObject::UiObject(game_object_id_t id,int width,int height) : Component(id),width(width),height(height){}; +UiObject::UiObject(game_object_id_t id, int width, int height) + : Component(id), + width(width), + height(height){}; |