1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-03-21 04:10:17 -04:00
isle/LEGO1/animstate.cpp
2023-10-25 01:38:27 +02:00

13 lines
164 B
C++

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