feature/test #9

Merged
njohnson merged 318 commits from feature/test into main 2025-09-07 12:35:21 -04:00
Showing only changes of commit 1722cbf067 - Show all commits

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()
{
}