]> git.tdb.fi Git - libs/game.git/blob - ship.cpp
b9db83165ad59c9a1717c325b3bc7cdf394ffdc4
[libs/game.git] / ship.cpp
1 #include "ship.h"
2
3 using namespace Msp;
4
5 Ship::Ship(Game::Handle<Game::Entity> p, const Setup &s):
6         PhysicalEntity(p, s.physical),
7         setup(s),
8         mesh(this, s.mesh)
9 { }