| 2323 | |
| 2324 | |
| 2325 | void cClientHandle::SendScoreUpdate(const AString & a_Objective, const AString & a_Player, cObjective::Score a_Score, Byte a_Mode) |
| 2326 | { |
| 2327 | m_Protocol->SendScoreUpdate(a_Objective, a_Player, a_Score, a_Mode); |
| 2328 | } |
| 2329 | |
| 2330 | |
| 2331 |
no outgoing calls
no test coverage detected