diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-06 12:07:43 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-06 12:07:43 +0100 |
commit | db7fd6a24c4da44fed3cee97d24f1cbda1471137 (patch) | |
tree | daf834a01e12d5673b284b31aa6a5d6711e72619 /src/crepe/api/GameObject.h | |
parent | 6ce2c14077e3e6dd01398d582b42dc50e9141f54 (diff) |
`make format`
Diffstat (limited to 'src/crepe/api/GameObject.h')
-rw-r--r-- | src/crepe/api/GameObject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/crepe/api/GameObject.h b/src/crepe/api/GameObject.h index 4c87639..602f33c 100644 --- a/src/crepe/api/GameObject.h +++ b/src/crepe/api/GameObject.h @@ -9,7 +9,8 @@ namespace crepe { class GameObject { public: - GameObject(uint32_t id, std::string name, std::string tag, const Point & position, double rotation, double scale); + GameObject(uint32_t id, std::string name, std::string tag, + const Point & position, double rotation, double scale); void set_parent(const GameObject & parent); template <typename T, typename... Args> |