]> git.tdb.fi Git - libs/game.git/blob - source/game/component.cpp
Implement a basic ECS
[libs/game.git] / source / game / component.cpp
1 #include "component.h"
2
3 namespace Msp::Game {
4
5 Component::Component(Handle<Entity> e):
6         entity(e)
7 { }
8
9 } // namespace Msp::Game