(NDK) Added Listener component and system
Former-commit-id: 0553c4ad9a7e33608e9ab91bd4ca8812272a6293
This commit is contained in:
@@ -26,9 +26,11 @@ namespace Ndk
|
||||
public:
|
||||
using EntityList = std::vector<EntityHandle>;
|
||||
|
||||
World() = default;
|
||||
World(bool addDefaultSystems = true);
|
||||
~World();
|
||||
|
||||
void AddDefaultSystems();
|
||||
|
||||
BaseSystem& AddSystem(std::unique_ptr<BaseSystem>&& system);
|
||||
template<typename SystemType, typename... Args> SystemType& AddSystem(Args&&... args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user