code_app/sdk/webservice/MsgPumpCallback.h

13 lines
256 B
C
Raw Normal View History

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