mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
16 lines
238 B
C++
16 lines
238 B
C++
#include "infocenterstate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(InfocenterState, 0x94);
|
|
|
|
// OFFSET: LEGO1 0x10071600 STUB
|
|
InfocenterState::InfocenterState()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10071920 STUB
|
|
InfocenterState::~InfocenterState()
|
|
{
|
|
// TODO
|
|
}
|