]> git.tdb.fi Git - libs/game.git/blobdiff - examples/bassteroids/source/physics.h
Remove destroyed entities from the physics simulation
[libs/game.git] / examples / bassteroids / source / physics.h
index fcf4b0dce534396434b5d6667a654f9aeb73e502..1e7bec3e95cb3e2b0f8d6923a5b1816597d28cd0 100644 (file)
@@ -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;