feature/test #9

Merged
njohnson merged 318 commits from feature/test into main 2025-09-07 12:35:21 -04:00
Showing only changes of commit 3e3553b2ce - Show all commits

View 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()
{
}