mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 18:34:06 +00:00
Reorganize sources and files (#414)
* Reorganize sources * Refactor * Remove relative paths * Renames * Fix gitignore * Remove stuff * Try fixing format script * Fix format * Fix format * Fix naming script * Test format * Fix format
This commit is contained in:
committed by
GitHub
parent
6a85e62406
commit
c47206617d
20
LEGO1/lego/legoomni/src/hospital/ambulancemissionstate.cpp
Normal file
20
LEGO1/lego/legoomni/src/hospital/ambulancemissionstate.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "ambulancemissionstate.h"
|
||||
|
||||
DECOMP_SIZE_ASSERT(AmbulanceMissionState, 0x24);
|
||||
|
||||
// FUNCTION: LEGO1 0x100373a0
|
||||
AmbulanceMissionState::AmbulanceMissionState()
|
||||
{
|
||||
m_unk0x10 = 0;
|
||||
m_unk0x12 = 0;
|
||||
m_unk0x14 = 0;
|
||||
m_unk0x8 = 0;
|
||||
m_unk0x16 = 0;
|
||||
m_unk0xc = 0;
|
||||
m_unk0x18 = 0;
|
||||
m_color1 = 0;
|
||||
m_color2 = 0;
|
||||
m_color3 = 0;
|
||||
m_color4 = 0;
|
||||
m_color5 = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user