| 187 | sf::Vector2u size; |
| 188 | |
| 189 | void reset() { |
| 190 | grid.clear(); |
| 191 | grid.resize(size.x * size.y); |
| 192 | } |
| 193 | |
| 194 | void collect(ex::EntityManager &entities) { |
| 195 | ex::ComponentHandle<Body> body; |
nothing calls this directly
no outgoing calls
no test coverage detected