mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
20 lines
285 B
C++
20 lines
285 B
C++
#include "infocenterstate.h"
|
|
|
|
// OFFSET: LEGO1 0x10071600 STUB
|
|
InfoCenterState::InfoCenterState()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10071920 STUB
|
|
InfoCenterState::~InfoCenterState()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10071830
|
|
MxBool InfoCenterState::VTable0x14()
|
|
{
|
|
return MX_FALSE;
|
|
}
|