Updated libs/xassets/xdynentitypose.h
This commit is contained in:
parent
5a35d4f4d8
commit
75802ffa8e
29
libs/xassets/xdynentitypose.h
Normal file
29
libs/xassets/xdynentitypose.h
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
#ifndef XDYNENTITYPOSE_H
|
||||||
|
#define XDYNENTITYPOSE_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
#include "xgfxplacement.h"
|
||||||
|
|
||||||
|
class XDynEntityPose : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit XDynEntityPose();
|
||||||
|
~XDynEntityPose();
|
||||||
|
|
||||||
|
void ParseData(QDataStream *aStream) override;
|
||||||
|
void Clear() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
XGfxPlacement mPose;
|
||||||
|
float mRadius;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XDYNENTITYPOSE_H
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user