Updated libs/xassets/xfxintrange.h
This commit is contained in:
parent
1d08ae6af6
commit
e1ec4b8878
20
libs/xassets/xfxintrange.h
Normal file
20
libs/xassets/xfxintrange.h
Normal file
@ -0,0 +1,20 @@
|
||||
#ifndef XFXINTRANGE_H
|
||||
#define XFXINTRANGE_H
|
||||
|
||||
#include "xasset.h"
|
||||
|
||||
class XFxIntRange : public XAsset
|
||||
{
|
||||
public:
|
||||
explicit XFxIntRange();
|
||||
~XFxIntRange();
|
||||
|
||||
void Clear() override;
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
|
||||
private:
|
||||
int mBase;
|
||||
int mAmplitude;
|
||||
};
|
||||
|
||||
#endif // XFXINTRANGE_H
|
||||
Loading…
x
Reference in New Issue
Block a user