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