| 434 | namespace Hooks_NetPacket_FamilySharing { |
| 435 | |
| 436 | void ClearBody(const uint8*, uint32) |
| 437 | { |
| 438 | LOG_NETPACKET_DEBUG("Clearing family sharing message..."); |
| 439 | g_cbNewBody = 0; |
| 440 | g_NeedReplaceBody = true; |
| 441 | } |
| 442 | |
| 443 | } // namespace Hooks_NetPacket_FamilySharing |
| 444 |
no outgoing calls
no test coverage detected