| 2138 | |
| 2139 | |
| 2140 | void cClientHandle::SendMapColumn(int a_ID, int a_X, int a_Y, const Byte * a_Colors, unsigned int a_Length) |
| 2141 | { |
| 2142 | m_Protocol->SendMapColumn(a_ID, a_X, a_Y, a_Colors, a_Length); |
| 2143 | } |
| 2144 | |
| 2145 | |
| 2146 |
no outgoing calls
no test coverage detected