[No changes]
This commit is contained in:
parent
6ef4fe82da
commit
c1e9b308a1
37
libs/xassets/xdynentitydef.cpp
Normal file
37
libs/xassets/xdynentitydef.cpp
Normal file
@ -0,0 +1,37 @@
|
||||
#include "xdynentitydef.h"
|
||||
|
||||
XDynEntityDef::XDynEntityDef()
|
||||
: XAsset()
|
||||
, mType()
|
||||
, mPose()
|
||||
, mModelPtr(0)
|
||||
, mModel()
|
||||
, mBrushModel(0)
|
||||
, mPhysicsBrushModel(0)
|
||||
, mBestroyFxPtr(0)
|
||||
, mDestroyFx()
|
||||
, mDestroyPiecesPtr(0)
|
||||
, mDestroyPieces()
|
||||
, mPhysPresetPtr(0)
|
||||
, mPhysPreset()
|
||||
, mHealth(0)
|
||||
, mMass()
|
||||
, mContents(0)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
XDynEntityDef::~XDynEntityDef()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XDynEntityDef::ParseData(QDataStream *aStream)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void XDynEntityDef::Clear()
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user