code_app/sdk/webservice/MsgPumpCallback.h

8 lines
141 B
C
Raw Normal View History

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