Updated libs/xassets/xgfxlightmaparray.h
This commit is contained in:
parent
baafe8b4e5
commit
c394b38c76
22
libs/xassets/xgfxlightmaparray.h
Normal file
22
libs/xassets/xgfxlightmaparray.h
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
#ifndef XGFXLIGHTMAPARRAY_H
|
||||||
|
#define XGFXLIGHTMAPARRAY_H
|
||||||
|
|
||||||
|
#include "xasset.h"
|
||||||
|
#include "xgfximage.h"
|
||||||
|
|
||||||
|
class XGfxLightmapArray : public XAsset
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
XGfxLightmapArray();
|
||||||
|
virtual ~XGfxLightmapArray();
|
||||||
|
|
||||||
|
// Override Clear and ParseData from XAsset
|
||||||
|
virtual void Clear() override;
|
||||||
|
virtual void ParseData(QDataStream *aStream) override;
|
||||||
|
|
||||||
|
XGfxImage *primary;
|
||||||
|
XGfxImage *secondary;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // XGFXLIGHTMAPARRAY_H
|
||||||
Loading…
x
Reference in New Issue
Block a user