Updated libs/xassets/xgfxlightgridentry.h
This commit is contained in:
parent
f7055fbc10
commit
78247fafab
24
libs/xassets/xgfxlightgridentry.h
Normal file
24
libs/xassets/xgfxlightgridentry.h
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
|
||||||
|
|
||||||
|
#ifndef XGFXLIGHTGRIDENTRY_H
|
||||||
|
#define XGFXLIGHTGRIDENTRY_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
|
||||||
|
class XGfxLightGridEntry : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
XGfxLightGridEntry();
|
||||||
|
virtual ~XGfxLightGridEntry();
|
||||||
|
|
||||||
|
// Override Clear and ParseData from XAsset
|
||||||
|
virtual void Clear() override;
|
||||||
|
virtual void ParseData(QDataStream *aStream) override;
|
||||||
|
|
||||||
|
quint16 colorsIndex;
|
||||||
|
quint8 primaryLightIndex;
|
||||||
|
quint8 needsTrace;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XGFXLIGHTGRIDENTRY_H
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user