T2-CPP/CommonAPI/Common/source/DXAPI/TCPObject.cpp

9 lines
144 B
C++
Raw Normal View History

#include <DXAPI/TCPObject.h>
namespace DX
{
TCPObject::TCPObject(unsigned int obj): state(*(unsigned int*)(obj + 56)),
SimObject(obj)
{
}
}