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