Updated libs/xassets/xsentienthandle.h
This commit is contained in:
parent
c5732b0899
commit
5ec26d101c
20
libs/xassets/xsentienthandle.h
Normal file
20
libs/xassets/xsentienthandle.h
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#ifndef XSENTIENTHANDLE_H
|
||||||
|
#define XSENTIENTHANDLE_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
|
||||||
|
class XSentientHandle : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
explicit XSentientHandle();
|
||||||
|
~XSentientHandle();
|
||||||
|
|
||||||
|
void ParseData(QDataStream *aStream) override;
|
||||||
|
void Clear() override;
|
||||||
|
|
||||||
|
private:
|
||||||
|
quint16 mNumber;
|
||||||
|
quint16 mInfoIndex;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XSENTIENTHANDLE_H
|
||||||
Loading…
x
Reference in New Issue
Block a user