isle/LEGO1/legostate.cpp
2023-07-01 17:48:39 +02:00

12 lines
159 B
C++

#include "legostate.h"
// OFFSET: LEGO1 0x10005f40
LegoState::~LegoState()
{
}
// OFFSET: LEGO1 0x10005f90
MxBool LegoState::VTable0x14() {
return TRUE;
}