mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
16 lines
224 B
C++
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
|
|
}
|