X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fbassteroids%2Fsource%2Fbullet.h;h=44c9d8053e366931a3536a1803d14dc716976555;hb=f11589229323a6919a26f07b2f74bb9ffdd94fb5;hp=825125fa01c1490463a29ba9f59dd7f68d06e16f;hpb=94f7e5d28dd0a58f011677db11a0bc65948a2bda;p=libs%2Fgame.git diff --git a/examples/bassteroids/source/bullet.h b/examples/bassteroids/source/bullet.h index 825125f..44c9d80 100644 --- a/examples/bassteroids/source/bullet.h +++ b/examples/bassteroids/source/bullet.h @@ -18,7 +18,7 @@ private: public: using Setup = BulletSetup; - Bullet(Msp::Game::Handle, const Setup &); + Bullet(Msp::Game::Handle, const Setup &, const Msp::Game::TransformValues & = Msp::Game::TransformValues()); }; #endif