isle-portable/LEGO1/mxdsanim.cpp

13 lines
163 B
C++
Raw Normal View History

#include "mxdsanim.h"
// OFFSET: LEGO1 0x100c8ff0
MxDSAnim::MxDSAnim()
{
this->SetType(MxDSType_Anim);
}
// OFFSET: LEGO1 0x100c91a0
MxDSAnim::~MxDSAnim()
{
}