Vivid
Loading...
Searching...
No Matches
Component.cpp
1
#include "core/ecs/Component.h"
2
#include "core/ecs/ECS.h"
3
4
Vivid::Component::Component()
5
: m_ID(
ECS
::s_EntityID++)
6
{
7
}
ECS
Contains functions to create and manage entities and components.
src
core
ecs
Component.cpp
Generated by
1.9.6