diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 10:42:10 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-21 10:42:10 +0200 |
commit | 157cdabe941be14ca72022e7a7c8c55a582a7c1c (patch) | |
tree | ca09caaa0b4a8ec8ba7c6a109445be4339f08cb1 /src/crepe/GameObject.h | |
parent | 58dfdba241b501d4b1b9688b44ee775507ec325b (diff) | |
parent | 0fdebc7d7a143ad2b9b5ed6a596bf4bb1f0f7d7f (diff) |
merge loek/scripts into loek/config
Diffstat (limited to 'src/crepe/GameObject.h')
-rw-r--r-- | src/crepe/GameObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/GameObject.h b/src/crepe/GameObject.h index 3588d9a..b5d6399 100644 --- a/src/crepe/GameObject.h +++ b/src/crepe/GameObject.h @@ -10,7 +10,7 @@ public: GameObject(uint32_t id, std::string name, std::string tag, int layer); template <typename T, typename... Args> - void add_component(Args &&... args); + T & add_component(Args &&... args); uint32_t id; std::string name; |