Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
IComponent.cpp
Go to the documentation of this file.
1
7
8#include "IComponent.h"
9
10namespace ECS
11{
13 m_Owner(INVALID_ENTITY_ID),
14 m_Enabled(true)
15 {}
16
18 {}
19
20} // namespace ECS
virtual ~IComponent()
Definition: IComponent.cpp:17
static const EntityId INVALID_ENTITY_ID
Definition: IEntity.h:19