diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-15 20:49:37 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-15 20:49:37 +0100 |
commit | fdd5c471dffd4a204a91e8d1d70567fa56ea29a5 (patch) | |
tree | ece2c3e32261fe9b0f7ccd3aa3bd4e98f74e3b28 /src/crepe/ComponentManager.h | |
parent | e8cd950b8ebd152d76d588d4fedc7f4c239b0835 (diff) |
`make format`
Diffstat (limited to 'src/crepe/ComponentManager.h')
-rw-r--r-- | src/crepe/ComponentManager.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/crepe/ComponentManager.h b/src/crepe/ComponentManager.h index a14cb46..99d45d9 100644 --- a/src/crepe/ComponentManager.h +++ b/src/crepe/ComponentManager.h @@ -100,10 +100,9 @@ public: std::vector<std::reference_wrapper<T>> get_components_by_type() const; // TODO: doxygen - GameObject new_object(const std::string & name, - const std::string & tag = "", - const Vector2 & position = {0, 0}, - double rotation = 0, double scale = 0); + GameObject new_object(const std::string & name, const std::string & tag = "", + const Vector2 & position = {0, 0}, double rotation = 0, + double scale = 0); private: /** |