mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
15 lines
197 B
C++
15 lines
197 B
C++
#include "infocenterstate.h"
|
|
|
|
// OFFSET: LEGO1 0x10071600 STUB
|
|
InfocenterState::InfocenterState()
|
|
{
|
|
// TODO
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x10071920 STUB
|
|
InfocenterState::~InfocenterState()
|
|
{
|
|
// TODO
|
|
}
|
|
|