| 137 | class BounceSystem : public ex::System<BounceSystem> { |
| 138 | public: |
| 139 | explicit BounceSystem(sf::RenderTarget &target) : size(target.getSize()) {} |
| 140 | |
| 141 | void update(ex::EntityManager &es, ex::EventManager &events, ex::TimeDelta dt) override { |
| 142 | ex::ComponentHandle<Body> body; |
nothing calls this directly
no outgoing calls
no test coverage detected