#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); }