code_app/sdk/webservice/MsgPumpCallback.h

13 lines
244 B
C++

#pragma once
#include "base/HGMsgPump.h"
namespace ver_1
{
void HGMsgPumpCallback(HGMsgPump msgPump, const HGMsg* msg, HGPointer param);
}
namespace ver_2
{
void HGMsgPumpCallback(HGMsgPump msgPump, const HGMsg* msg, HGPointer param);
}