| 203 | |
| 204 | |
| 205 | Point2D TechnoExt::GetScreenLocation(TechnoClass* pThis) |
| 206 | { |
| 207 | return TacticalClass::Instance->CoordsToClient(pThis->GetCoords()).first; |
| 208 | } |
| 209 | |
| 210 | Point2D TechnoExt::GetFootSelectBracketPosition(TechnoClass* pThis, Anchor anchor) |
| 211 | { |
nothing calls this directly
no outgoing calls
no test coverage detected