#include namespace DX { StaticShape::StaticShape(unsigned int obj) : ShapeBase(obj) //name(0x00), //position(*(float*)(obj + 200), *(float*)(obj + 200), *(float*)(obj + 200)) { } }