mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Introduce clang-format (#240)
This commit is contained in:

committed by
GitHub

parent
e928fc9425
commit
b449da1fa3
@@ -5,16 +5,16 @@ DECOMP_SIZE_ASSERT(LegoPhonemePresenter, 0x88);
|
||||
// OFFSET: LEGO1 0x1004e180
|
||||
LegoPhonemePresenter::LegoPhonemePresenter()
|
||||
{
|
||||
Init();
|
||||
Init();
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1004e3b0
|
||||
void LegoPhonemePresenter::Init()
|
||||
{
|
||||
m_unk68 = 0;
|
||||
m_unk6c = 0;
|
||||
m_unk70 = 0;
|
||||
m_unk84 = 0;
|
||||
m_unk68 = 0;
|
||||
m_unk6c = 0;
|
||||
m_unk70 = 0;
|
||||
m_unk84 = 0;
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x1004e340
|
||||
|
Reference in New Issue
Block a user