isle/LEGO1/mxdsstill.cpp

13 lines
169 B
C++
Raw Normal View History

#include "mxdsstill.h"
// OFFSET: LEGO1 0x100c98c0
MxDSStill::MxDSStill()
{
this->SetType(MxDSType_Still);
}
// OFFSET: LEGO1 0x100c9a70
MxDSStill::~MxDSStill()
{
}