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