Updated libs/xassets/xexpressionentry.h
This commit is contained in:
parent
a06df405fc
commit
fdea13bf84
21
libs/xassets/xexpressionentry.h
Normal file
21
libs/xassets/xexpressionentry.h
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#ifndef XEXPRESSIONENTRY_H
|
||||||
|
#define XEXPRESSIONENTRY_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
#include "xentryinternaldata.h"
|
||||||
|
|
||||||
|
class XExpressionEntry : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit XExpressionEntry();
|
||||||
|
~XExpressionEntry();
|
||||||
|
|
||||||
|
void ParseData(QDataStream *aStream) override;
|
||||||
|
void Clear() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
int mType;
|
||||||
|
XEntryInternalData mData;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XEXPRESSIONENTRY_H
|
||||||
Loading…
x
Reference in New Issue
Block a user