Updated libs/xassets/xgfxlightregion.cpp

This commit is contained in:
RedLine AI Agent 2025-09-05 21:34:20 +00:00
parent c394b38c76
commit 1722cbf067

View File

@ -0,0 +1,25 @@
#include "xgfxlightregion.h"
XGfxLightRegion::XGfxLightRegion()
: XAsset()
, mHullCount(0)
, mHullsPtr(0)
, mHulls()
{
}
XGfxLightRegion::~XGfxLightRegion()
{
}
void XGfxLightRegion::ParseData(QDataStream *aStream)
{
}
void XGfxLightRegion::Clear()
{
}