aboutsummaryrefslogtreecommitdiff
path: root/mwe/ecs-homemade/inc/GameObjectMax.h
diff options
context:
space:
mode:
authormax-001 <maxsmits21@kpnmail.nl>2024-10-16 16:50:59 +0200
committermax-001 <maxsmits21@kpnmail.nl>2024-10-16 16:50:59 +0200
commit018f6209378a0c30c1e44fba2f80888553b9f67c (patch)
tree46d79df7053170e13fc28baa1d37bea154ec72b7 /mwe/ecs-homemade/inc/GameObjectMax.h
parent5b158d9705f9e912f938f22f2389d6f1dc783b2a (diff)
Added functionality for scripts
Diffstat (limited to 'mwe/ecs-homemade/inc/GameObjectMax.h')
-rw-r--r--mwe/ecs-homemade/inc/GameObjectMax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mwe/ecs-homemade/inc/GameObjectMax.h b/mwe/ecs-homemade/inc/GameObjectMax.h
index 3029053..c6af50a 100644
--- a/mwe/ecs-homemade/inc/GameObjectMax.h
+++ b/mwe/ecs-homemade/inc/GameObjectMax.h
@@ -8,7 +8,7 @@ public:
GameObject(std::uint32_t id, std::string name, std::string tag, int layer);
template <typename T, typename... Args>
- void AddComponent(Args &&... args);
+ T& AddComponent(Args &&... args);
std::uint32_t mId;
std::string mName;