Files
isle/LEGO1/infocenterstate.cpp
2023-11-30 09:25:32 -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
}