isle-portable/LEGO1/animstate.cpp

14 lines
164 B
C++
Raw Normal View History

#include "animstate.h"
// OFFSET: LEGO1 0x10064ff0 STUB
AnimState::AnimState()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10065150 STUB
AnimState::~AnimState()
{
2023-10-24 19:38:27 -04:00
// TODO
}