| 292 | } |
| 293 | |
| 294 | xGridBound* xGridIterFirstCell(xGrid* grid, F32 posx, F32 posy, F32 posz, S32& grx, S32& grz, |
| 295 | xGridIterator& iter) |
| 296 | { |
| 297 | xGridGetCell(grid, posx, posy, posz, grx, grz); |
| 298 | return xGridIterFirstCell(grid, grx, grz, iter); |
| 299 | } |
| 300 | |
| 301 | S32 xGridEntIsTooBig(xGrid* grid, const xEnt* ent) |
| 302 | { |
no test coverage detected