X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=examples%2Fbassteroids%2Fsource%2Fbullet.h;h=28b8ea846fc5019f7600c28673d1deab754ba178;hb=239cd38de0ddbb5931151523530a5e7272e16f7f;hp=44c9d8053e366931a3536a1803d14dc716976555;hpb=f11589229323a6919a26f07b2f74bb9ffdd94fb5;p=libs%2Fgame.git diff --git a/examples/bassteroids/source/bullet.h b/examples/bassteroids/source/bullet.h index 44c9d80..28b8ea8 100644 --- a/examples/bassteroids/source/bullet.h +++ b/examples/bassteroids/source/bullet.h @@ -2,15 +2,10 @@ #define BULLET_H_ #include -#include "physicalentity.h" +#include "hittable.h" +#include "setups.h" -struct BulletSetup -{ - PhysicalSetup physical; - Msp::Game::MeshSourceSetup mesh; -}; - -class Bullet: public PhysicalEntity +class Bullet: public Hittable { private: Msp::Game::Owned mesh;