X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=examples%2Fbassteroids%2Fsource%2Fphysics.h;h=1e7bec3e95cb3e2b0f8d6923a5b1816597d28cd0;hb=338031de484ee117762d80449d9ca472a6918c92;hp=fcf4b0dce534396434b5d6667a654f9aeb73e502;hpb=4014851ac2ed8e86b5a781dcc3056088d40465a1;p=libs%2Fgame.git diff --git a/examples/bassteroids/source/physics.h b/examples/bassteroids/source/physics.h index fcf4b0d..1e7bec3 100644 --- a/examples/bassteroids/source/physics.h +++ b/examples/bassteroids/source/physics.h @@ -55,6 +55,7 @@ public: private: void entity_added(const Msp::Game::Events::EntityCreated &); + void entity_removed(const Msp::Game::Events::EntityDestroyed &); public: void tick(Msp::Time::TimeDelta) override;