9 lines
203 B
C++
9 lines
203 B
C++
#include "StdAfx.h"
|
|
|
|
CActorDataPacketStatAlloc* CActorDataPacketStatAlloc::m_spADPSAllocator;
|
|
|
|
CActorDataPacketStatAlloc::CActorDataPacketStatAlloc()
|
|
: m_hdlMgr(_T("ActorDataPacketStatHdlMgr"))
|
|
{
|
|
|
|
} |