![]() |
Shkyera Engine
Easy to use, game engine for Python
|
#include <memory>
#include <typeindex>
#include <unordered_set>
#include <Common/Assert.hpp>
#include <Common/Logger.hpp>
#include <Common/Types.hpp>
#include <ECS/Entity.hpp>
#include <ECS/EntityHierarchy.hpp>
#include <ECS/EntityProvider.hpp>
#include <ECS/SingletonComponent.hpp>
#include <ECS/SparseSet.hpp>
Go to the source code of this file.
Classes | |
class | shkyera::Registry |
Namespaces | |
namespace | shkyera |
Contains the collection of entities.