feature/test #9
23
libs/xassets/xgfxscenedynbrush.h
Normal file
23
libs/xassets/xgfxscenedynbrush.h
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#ifndef XGFXSCENEDYNBRUSH_H
|
||||||
|
#define XGFXSCENEDYNBRUSH_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
#include "xbmodeldrawinfo.h"
|
||||||
|
|
||||||
|
#include <QVector>
|
||||||
|
|
||||||
|
class XGfxSceneDynBrush : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
XGfxSceneDynBrush();
|
||||||
|
~XGfxSceneDynBrush();
|
||||||
|
|
||||||
|
virtual void ParseData(QDataStream* aStream) override;
|
||||||
|
virtual void Clear() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
XBModelDrawInfo mInfo;
|
||||||
|
quint16 mDynEntId;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XGFXSCENEDYNBRUSH_H
|
||||||
Loading…
x
Reference in New Issue
Block a user