isle-portable/LEGO1/infocenterstate.cpp

16 lines
238 B
C++
Raw Normal View History

#include "infocenterstate.h"
DECOMP_SIZE_ASSERT(InfocenterState, 0x94);
// OFFSET: LEGO1 0x10071600 STUB
InfocenterState::InfocenterState()
{
2023-10-24 19:38:27 -04:00
// TODO
}
// OFFSET: LEGO1 0x10071920 STUB
InfocenterState::~InfocenterState()
{
2023-10-24 19:38:27 -04:00
// TODO
}