]> git.tdb.fi Git - libs/game.git/blob - component.cpp
ae2aba8675e68410fbdc8fb85939dd50a48f8289
[libs/game.git] / 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