mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-20 18:44:45 +00:00
10 lines
208 B
C++
10 lines
208 B
C++
#include <DXAPI/StaticShape.h>
|
|
|
|
namespace DX
|
|
{
|
|
StaticShape::StaticShape(unsigned int obj) : ShapeBase(obj)
|
|
//name(0x00),
|
|
//position(*(float*)(obj + 200), *(float*)(obj + 200), *(float*)(obj + 200))
|
|
{
|
|
}
|
|
} |