XPlor/libs/xassets/xgfxbrushmodel.cpp

27 lines
340 B
C++
Raw Normal View History

#include "xgfxbrushmodel.h"
XGfxBrushModel::XGfxBrushModel()
: XAsset()
, mWritable()
, mBounds()
, mSurfaceCount(0)
, mStartSurfIndex(0)
{
}
XGfxBrushModel::~XGfxBrushModel()
{
}
void XGfxBrushModel::ParseData(QDataStream *aStream)
{
}
void XGfxBrushModel::Clear()
{
}