X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=examples%2Fbassteroids%2Fsource%2Fbullet.h;h=28b8ea846fc5019f7600c28673d1deab754ba178;hb=41a17ae9a2baa2cafacfc467acc87463d790c09b;hp=de0804a83974826a8681f511c29d44fe48c96bff;hpb=cb4e8bbe06dc64aff932784541a29493723fc03e;p=libs%2Fgame.git diff --git a/examples/bassteroids/source/bullet.h b/examples/bassteroids/source/bullet.h index de0804a..28b8ea8 100644 --- a/examples/bassteroids/source/bullet.h +++ b/examples/bassteroids/source/bullet.h @@ -3,13 +3,7 @@ #include #include "hittable.h" - -struct BulletSetup -{ - PhysicalSetup physical; - HittableSetup hittable; - Msp::Game::MeshSourceSetup mesh; -}; +#include "setups.h" class Bullet: public Hittable {