[No changes]
This commit is contained in:
parent
8f287ceeec
commit
6ef4fe82da
24
libs/xassets/xdynentitycoll.h
Normal file
24
libs/xassets/xdynentitycoll.h
Normal file
@ -0,0 +1,24 @@
|
||||
#ifndef XDYNENTITYCOLL_H
|
||||
#define XDYNENTITYCOLL_H
|
||||
|
||||
#include "xasset.h"
|
||||
|
||||
#include <QVector>
|
||||
|
||||
class XDynEntityColl : public XAsset
|
||||
{
|
||||
public:
|
||||
explicit XDynEntityColl();
|
||||
~XDynEntityColl();
|
||||
|
||||
void ParseData(QDataStream *aStream) override;
|
||||
void Clear() override;
|
||||
|
||||
private:
|
||||
quint16 mSector;
|
||||
quint16 mNextEntInSector;
|
||||
QVector<float> mLinkMins;
|
||||
QVector<float> mLinkMaxs;
|
||||
};
|
||||
|
||||
#endif // XDYNENTITYCOLL_H
|
||||
Loading…
x
Reference in New Issue
Block a user