Updated libs/xassets/xgfxworlddpvsdynamic.cpp
This commit is contained in:
parent
80f1a65a71
commit
caa9fe276e
33
libs/xassets/xgfxworlddpvsdynamic.cpp
Normal file
33
libs/xassets/xgfxworlddpvsdynamic.cpp
Normal file
@ -0,0 +1,33 @@
|
||||
#include "xgfxworlddpvsdynamic.h"
|
||||
|
||||
XGfxWorldDpvsDynamic::XGfxWorldDpvsDynamic()
|
||||
: XAsset()
|
||||
, mDynEntClientWordCount()
|
||||
, mDynEntClientCount()
|
||||
, mDynEntCellBitsPtrs()
|
||||
, mDynEntCellBits()
|
||||
, mDynEntVisDataPtrs()
|
||||
, mDynEntVisData()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XGfxWorldDpvsDynamic::~XGfxWorldDpvsDynamic()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxWorldDpvsDynamic::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XGfxWorldDpvsDynamic::Clear()
|
||||
{
|
||||
mDynEntClientWordCount.clear();
|
||||
mDynEntClientCount.clear();
|
||||
mDynEntCellBitsPtrs.clear();
|
||||
mDynEntCellBits.clear();
|
||||
mDynEntVisDataPtrs.clear();
|
||||
mDynEntVisData.clear();
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user