| 53 | } |
| 54 | |
| 55 | txObjectPtr txMapProxy::getObject(const objectpkid& objId) { return mapPtr->getObject(objId); } |
| 56 | |
| 57 | txObjectPtr txMapProxy::getObject(const txPoint& pos, const OBJECT_TYPE& obj_type) { |
| 58 | return mapPtr->getObject(pos, obj_type); |
no outgoing calls
no test coverage detected