mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-20 18:44:45 +00:00
9 lines
144 B
C++
9 lines
144 B
C++
#include <DXAPI/TCPObject.h>
|
|
|
|
namespace DX
|
|
{
|
|
TCPObject::TCPObject(unsigned int obj): state(*(unsigned int*)(obj + 56)),
|
|
SimObject(obj)
|
|
{
|
|
}
|
|
} |