mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 23:57:54 -05:00
d5854a46ae
* HospitalState ctor * Add member offsets in HospitalState header * Remove unhelpful comment --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
14 lines
264 B
C++
14 lines
264 B
C++
#include "hospitalstate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(HospitalState, 0x18)
|
|
|
|
// FUNCTION: LEGO1 0x10076370
|
|
HospitalState::HospitalState()
|
|
{
|
|
this->m_unk0xc = 0;
|
|
this->m_unk0xe = 0;
|
|
this->m_unk0x10 = 0;
|
|
this->m_unk0x12 = 0;
|
|
this->m_unk0x14 = 0;
|
|
this->m_unk0x16 = 0;
|
|
}
|