mirror of
https://gitlab.com/voidframe/voidframe-cpp.git
synced 2026-07-01 18:55:12 -04:00
Fix Entity::GetComponent()
This commit is contained in:
@@ -8,7 +8,7 @@ class Entity {
|
||||
public:
|
||||
template <typename CompT, typename... Args>
|
||||
Component *AddComponent(Args &&...args);
|
||||
template <typename CompT> Component *GetComponent();
|
||||
template <typename CompT> CompT *GetComponent();
|
||||
|
||||
void Update();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user