| 1659 | |
| 1660 | |
| 1661 | int cProtocol125::ParseWindowClose(void) |
| 1662 | { |
| 1663 | HANDLE_PACKET_READ(ReadChar, char, WindowID); |
| 1664 | m_Client->HandleWindowClose(WindowID); |
| 1665 | return PARSE_OK; |
| 1666 | } |
| 1667 | |
| 1668 | |
| 1669 |
nothing calls this directly
no test coverage detected