XPlor/libs/xassets/xsurfacevertexinfo.cpp
2025-09-03 13:28:03 -04:00

21 lines
270 B
C++

#include "xsurfacevertexinfo.h"
XSurfaceVertexInfo::XSurfaceVertexInfo()
: XAsset()
, mVertCount()
, mVertsBlendPtr()
, mVertsBlend()
{
}
void XSurfaceVertexInfo::ParseData(QDataStream *aStream)
{
}
void XSurfaceVertexInfo::Clear()
{
}