1
0
Fork 0
mirror of https://github.com/isledecomp/isle.git synced 2025-05-17 16:21:31 -04:00
isle/LEGO1/legostate.cpp

12 lines
159 B
C++
Raw Normal View History

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