Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
IsComponent Concept Reference

#include <component.h>

Concept definition

template<typename T>
concept IsComponent = std::is_base_of_v<Component, T>
Definition component.h:122