| 165 | static const int PARTITIONS = 200; |
| 166 | |
| 167 | struct Candidate { |
| 168 | sf::Vector2f position; |
| 169 | float radius; |
| 170 | ex::Entity entity; |
| 171 | }; |
| 172 | |
| 173 | public: |
| 174 | explicit CollisionSystem(sf::RenderTarget &target) : size(target.getSize()) { |
nothing calls this directly
no outgoing calls
no test coverage detected