Files
2022-10-26 12:25:11 +08:00

28 lines
734 B
C++

//------------------------------------------------------------------------------
// uiBaseMan_packetproc.cpp
// (C) 2005 ckbang
//------------------------------------------------------------------------------
#include "SunClientPrecompiledHeader.h"
#include "uiBaseMan.h"
//------------------------------------------------------------------------------
/**
*/
void
uiBaseMan::NetworkProc( MSG_BASE * pMsg )
{
}
//------------------------------------------------------------------------------
/**
*/
void
uiBaseMan::NetworkProcWorld( MSG_BASE * pMsg )
{
}
//------------------------------------------------------------------------------
// EOF
//------------------------------------------------------------------------------