XPlor/libs/xassets/xgfxstaticmodelinst.cpp
2025-09-05 21:34:49 +00:00

26 lines
344 B
C++

#include "xgfxstaticmodelinst.h"
XGfxStaticModelInst::XGfxStaticModelInst()
: XAsset()
, mMins()
, mMaxs()
, mGroundLighting()
{
}
XGfxStaticModelInst::~XGfxStaticModelInst()
{
}
void XGfxStaticModelInst::ParseData(QDataStream *aStream)
{
}
void XGfxStaticModelInst::Clear()
{
}