diff --git a/libs/xassets/xgfxbrushmodel.cpp b/libs/xassets/xgfxbrushmodel.cpp new file mode 100644 index 0000000..788d3fb --- /dev/null +++ b/libs/xassets/xgfxbrushmodel.cpp @@ -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() +{ + +}