feature/test #9
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