XPlor/libs/xassets/xsurfacevertexinfo.cpp

21 lines
270 B
C++
Raw Normal View History

2025-09-03 13:28:03 -04:00
#include "xsurfacevertexinfo.h"
XSurfaceVertexInfo::XSurfaceVertexInfo()
: XAsset()
, mVertCount()
, mVertsBlendPtr()
, mVertsBlend()
{
}
void XSurfaceVertexInfo::ParseData(QDataStream *aStream)
{
}
void XSurfaceVertexInfo::Clear()
{
}