Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
EntityManager.h File Reference
#include "API.h"
#include "Engine.h"
#include "IEntity.h"
#include "ComponentManager.h"
#include "Memory/MemoryChunkAllocator.h"
#include "util/Handle.h"

Go to the source code of this file.

Classes

class  ECS::EntityManager
 
class  ECS::EntityManager::IEntityContainer
 
class  ECS::EntityManager::EntityContainer< T >
 

Namespaces

namespace  ECS
 

Macros

#define ECS__ENTITY_MANAGER_H__
 

Typedefs

using ECS::EntityHandleTable = util::HandleTable< IEntity, EntityId >
 

Macro Definition Documentation

◆ ECS__ENTITY_MANAGER_H__

#define ECS__ENTITY_MANAGER_H__

Definition at line 13 of file EntityManager.h.