Updated libs/xassets/xgfxbrushmodel.cpp
This commit is contained in:
parent
e90788e232
commit
3e3553b2ce
26
libs/xassets/xgfxbrushmodel.cpp
Normal file
26
libs/xassets/xgfxbrushmodel.cpp
Normal file
@ -0,0 +1,26 @@
|
||||
#include "xgfxbrushmodel.h"
|
||||
|
||||
XGfxBrushModel::XGfxBrushModel()
|
||||
: XAsset()
|
||||
, mWritable()
|
||||
, mBounds()
|
||||
, mSurfaceCount(0)
|
||||
, mStartSurfIndex(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XGfxBrushModel::~XGfxBrushModel()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxBrushModel::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxBrushModel::Clear()
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user