Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::SingletonComponentType Concept Reference

#include <SingletonComponent.hpp>

Concept definition

template<typename Component>
concept shkyera::SingletonComponentType = std::is_base_of_v<SingletonComponent<Component>, Component>
Definition SingletonComponent.hpp:12