mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-23 15:31:16 +00:00
22 lines
374 B
C++
22 lines
374 B
C++
#include "hospitalstate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(HospitalState, 0x18)
|
|
|
|
// FUNCTION: LEGO1 0x10076370
|
|
HospitalState::HospitalState()
|
|
{
|
|
this->m_unk0x0c = 0;
|
|
this->m_unk0x0e = 0;
|
|
this->m_unk0x10 = 0;
|
|
this->m_unk0x12 = 0;
|
|
this->m_unk0x14 = 0;
|
|
this->m_unk0x16 = 0;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10076530
|
|
MxResult HospitalState::VTable0x1c(LegoFile* p_legoFile)
|
|
{
|
|
// TODO
|
|
return 0;
|
|
}
|