jubilant-funicular
|
Base class for components. More...
#include <ECS.h>
Public Member Functions | |
const ComponentID | get_id () const |
Returns this Component's id. | |
Public Attributes | |
friend | ECS |
Protected Member Functions | |
Component () | |
Create using ECS::add_component. | |
Protected Attributes | |
ComponentID | m_id |
Unique identifier. | |