aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/GameObject.h
diff options
context:
space:
mode:
authorjaroWMR <jarorutjes07@gmail.com>2024-10-23 12:32:06 +0200
committerjaroWMR <jarorutjes07@gmail.com>2024-10-23 12:32:06 +0200
commit96da34c1f973525ee57b71ea031d11a966903150 (patch)
treef02d9e743ae852715397bd406b54f5de5fa5d29f /src/crepe/GameObject.h
parentcead795b7ff7135e13caf9ad3b76628070391458 (diff)
parent30d84ef9ad4a0010288db18294766fd4d5ed6f4a (diff)
merged with master
Diffstat (limited to 'src/crepe/GameObject.h')
-rw-r--r--src/crepe/GameObject.h2
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;