feature/test #9
22
libs/xassets/xgfxbrushmodelwritable.h
Normal file
22
libs/xassets/xgfxbrushmodelwritable.h
Normal file
@ -0,0 +1,22 @@
|
||||
#ifndef XGFXBRUSHMODELWRITABLE_H
|
||||
#define XGFXBRUSHMODELWRITABLE_H
|
||||
|
||||
#include "xasset.h"
|
||||
|
||||
#include <QVector3D>
|
||||
|
||||
class XGfxBrushModelWritable : public XAsset
|
||||
{
|
||||
public:
|
||||
XGfxBrushModelWritable();
|
||||
~XGfxBrushModelWritable();
|
||||
|
||||
virtual void ParseData(QDataStream* aStream) override;
|
||||
virtual void Clear() override;
|
||||
|
||||
private:
|
||||
QVector3D mMins;
|
||||
QVector3D mMaxs;
|
||||
};
|
||||
|
||||
#endif // XGFXBRUSHMODELWRITABLE_H
|
||||
Loading…
x
Reference in New Issue
Block a user