| 32 | std::vector<short> OutsideRoomTable[OUTSIDE_SIZE][OUTSIDE_SIZE]; |
| 33 | |
| 34 | std::vector<int> RoomObjectHandler::GetIds() const |
| 35 | { |
| 36 | return _tree.GetBoundedObjectIds(); |
| 37 | } |
| 38 | |
| 39 | std::vector<int> RoomObjectHandler::GetBoundedIds(const Ray& ray, float dist) const |
| 40 | { |
no test coverage detected