Updated libs/xassets/xfxspawndef.h
This commit is contained in:
parent
6fbd17291a
commit
1747f8f8be
22
libs/xassets/xfxspawndef.h
Normal file
22
libs/xassets/xfxspawndef.h
Normal file
@ -0,0 +1,22 @@
|
||||
#ifndef XFXSPAWNDEF_H
|
||||
#define XFXSPAWNDEF_H
|
||||
|
||||
#include "xasset.h"
|
||||
#include "xfxspawndeflooping.h"
|
||||
#include "xfxspawndefoneshot.h"
|
||||
|
||||
class XFxSpawnDef : public XAsset
|
||||
{
|
||||
public:
|
||||
explicit XFxSpawnDef();
|
||||
~XFxSpawnDef();
|
||||
|
||||
void Clear() override;
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
|
||||
private:
|
||||
XFxSpawnDefLooping mLooping;
|
||||
XFxSpawnDefOneShot mOneShot;
|
||||
};
|
||||
|
||||
#endif // XFXSPAWNDEF_H
|
||||
Loading…
x
Reference in New Issue
Block a user