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