X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=examples%2Fbassteroids%2Fsource%2Fbullet.h;h=44c9d8053e366931a3536a1803d14dc716976555;hb=4014851ac2ed8e86b5a781dcc3056088d40465a1;hp=825125fa01c1490463a29ba9f59dd7f68d06e16f;hpb=683858c0265e820d57bb5a1f7f21ab72b232a79d;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