Updated libs/xassets/xgfxlightgridcolors.h
This commit is contained in:
parent
54a46e8a3e
commit
f7055fbc10
22
libs/xassets/xgfxlightgridcolors.h
Normal file
22
libs/xassets/xgfxlightgridcolors.h
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
|
||||||
|
#ifndef XGFXLIGHTGRIDCOLORS_H
|
||||||
|
#define XGFXLIGHTGRIDCOLORS_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
|
||||||
|
class XGfxLightGridColors : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
XGfxLightGridColors();
|
||||||
|
virtual ~XGfxLightGridColors();
|
||||||
|
|
||||||
|
// Override Clear and ParseData from XAsset
|
||||||
|
virtual void Clear() override;
|
||||||
|
virtual void ParseData(QDataStream *aStream) override;
|
||||||
|
|
||||||
|
quint8 rgb[56][3];
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XGFXLIGHTGRIDCOLORS_H
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user