iw4x-client/src/Components/Modules/NetworkDebug.hpp
2023-03-15 18:50:23 +00:00

18 lines
281 B
C++

#pragma once
namespace Components
{
class NetworkDebug : public Component
{
public:
NetworkDebug();
private:
static void CL_ParseServerMessage_Hk(Game::msg_t* msg);
static void CL_ParseBadPacket_f();
static int I_stricmp_Stub(const char* s0, const char* s1);
};
}