2023-06-29 04:10:08 -04:00
|
|
|
#include "hospital.h"
|
|
|
|
|
2024-01-01 22:30:50 -05:00
|
|
|
#include "mxnotificationmanager.h"
|
|
|
|
#include "mxomni.h"
|
|
|
|
|
|
|
|
DECOMP_SIZE_ASSERT(Hospital, 0x12c)
|
|
|
|
|
|
|
|
// FUNCTION: LEGO1 0x100745e0
|
2023-06-29 04:10:08 -04:00
|
|
|
Hospital::Hospital()
|
|
|
|
{
|
2024-01-01 22:30:50 -05:00
|
|
|
this->m_unk0xf8 = 0;
|
|
|
|
this->m_unk0x100 = 0;
|
|
|
|
this->m_unk0x104 = 0;
|
|
|
|
this->m_unk0x108 = 0;
|
|
|
|
this->m_unk0xfc = 0;
|
|
|
|
this->m_unk0x10c = 0;
|
|
|
|
this->m_unk0x110 = 0;
|
|
|
|
this->m_unk0x114 = 0;
|
|
|
|
this->m_unk0x118 = 0;
|
|
|
|
this->m_unk0x11c = 0;
|
|
|
|
this->m_unk0x120 = 0;
|
|
|
|
this->m_unk0x128 = 0;
|
|
|
|
NotificationManager()->Register(this);
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x100747f0
|
2023-06-29 04:10:08 -04:00
|
|
|
Hospital::~Hospital()
|
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|
|
|
|
|
2023-12-06 07:10:45 -05:00
|
|
|
// STUB: LEGO1 0x10074990
|
2023-12-13 05:48:14 -05:00
|
|
|
MxLong Hospital::Notify(MxParam& p_param)
|
2023-06-29 04:10:08 -04:00
|
|
|
{
|
2023-10-24 19:38:27 -04:00
|
|
|
// TODO
|
2023-06-29 04:10:08 -04:00
|
|
|
|
2023-10-24 19:38:27 -04:00
|
|
|
return 0;
|
2023-06-29 04:10:08 -04:00
|
|
|
}
|