isle/LEGO1/animstate.cpp
2023-06-29 00:36:05 -07:00

14 lines
166 B
C++

#include "animstate.h"
// OFFSET: LEGO1 0x10064ff0 STUB
AnimState::AnimState()
{
// TODO
}
// OFFSET: LEGO1 0x10065150 STUB
AnimState::~AnimState()
{
// TODO
}