mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
13 lines
164 B
C++
13 lines
164 B
C++
#include "animstate.h"
|
|
|
|
// OFFSET: LEGO1 0x10064ff0 STUB
|
|
AnimState::AnimState()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10065150 STUB
|
|
AnimState::~AnimState()
|
|
{
|
|
// TODO
|
|
}
|