mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-23 07:58:21 -05:00
15 lines
238 B
C++
15 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
|
|
}
|