isle/LEGO1/lego/scripts/infocenter/infocenterstate.cpp
2024-01-07 14:22:40 -05:00

16 lines
224 B
C++

#include "infocenterstate.h"
DECOMP_SIZE_ASSERT(InfocenterState, 0x94);
// STUB: LEGO1 0x10071600
InfocenterState::InfocenterState()
{
// TODO
}
// STUB: LEGO1 0x10071920
InfocenterState::~InfocenterState()
{
// TODO
}