Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
EntityProvider.hpp File Reference

Manages a pool of unused entity identifiers and provides mechanisms for requesting and removing them. More...

#include <stdlib.h>
#include <queue>
#include <ECS/Entity.hpp>
Include dependency graph for EntityProvider.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shkyera::EntityProvider
 

Namespaces

namespace  shkyera
 

Detailed Description

Manages a pool of unused entity identifiers and provides mechanisms for requesting and removing them.