XPlor/libs/xassets/xgfxstaticmodelinst.cpp

26 lines
344 B
C++
Raw Normal View History

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