Introduce clang-format (#240)

This commit is contained in:
Christian Semmler
2023-10-24 19:38:27 -04:00
committed by GitHub
parent e928fc9425
commit b449da1fa3
408 changed files with 12434 additions and 12813 deletions

View File

@@ -8,26 +8,25 @@
// VTABLE 0x100d8040
// SIZE 0x88
class LegoPhonemePresenter : public MxFlcPresenter
{
class LegoPhonemePresenter : public MxFlcPresenter {
public:
LegoPhonemePresenter();
virtual ~LegoPhonemePresenter() override; // vtable+0x0
LegoPhonemePresenter();
virtual ~LegoPhonemePresenter() override; // vtable+0x0
// OFFSET: LEGO1 0x1004e310
inline const char *ClassName() const override // vtable+0xc
{
// 0x100f064c
return "LegoPhonemePresenter";
}
// OFFSET: LEGO1 0x1004e310
inline const char* ClassName() const override // vtable+0xc
{
// 0x100f064c
return "LegoPhonemePresenter";
}
private:
void Init();
int m_unk68;
int m_unk6c;
undefined m_unk70;
MxString m_string; // 0x74
undefined m_unk84;
void Init();
int m_unk68;
int m_unk6c;
undefined m_unk70;
MxString m_string; // 0x74
undefined m_unk84;
};
#endif // LEGOPHONEMEPRESENTER_H