Updated libs/xassets/xfxelematlas.h
This commit is contained in:
parent
8d5c2c7ea1
commit
cdf8ac1ffc
25
libs/xassets/xfxelematlas.h
Normal file
25
libs/xassets/xfxelematlas.h
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#ifndef XFXELEMATLAS_H
|
||||||
|
#define XFXELEMATLAS_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
|
||||||
|
class XFxElemAtlas : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit XFxElemAtlas();
|
||||||
|
~XFxElemAtlas();
|
||||||
|
|
||||||
|
void Clear() override;
|
||||||
|
void ParseData(QDataStream *aStream) override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
quint8 mBehavior;
|
||||||
|
quint8 mIndex;
|
||||||
|
quint8 mFps;
|
||||||
|
quint8 mLoopCount;
|
||||||
|
quint8 mColIndexBits;
|
||||||
|
quint8 mRowIndexBits;
|
||||||
|
qint16 mEntryCount;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XFXELEMATLAS_H
|
||||||
Loading…
x
Reference in New Issue
Block a user