format fix

This commit is contained in:
Misha 2023-11-01 20:01:19 -04:00
parent 9c8ec821cc
commit a8fe0c7919
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class LegoEntityPresenter : public MxCompositePresenter {
} }
private: private:
virtual void Init(); // vtable+0x68 virtual void Init(); // vtable+0x68
virtual undefined4 vtable6c(undefined4 p_unknown); // vtable+0x6c virtual undefined4 vtable6c(undefined4 p_unknown); // vtable+0x6c
undefined4 Destroy(); undefined4 Destroy();

View File

@ -24,6 +24,7 @@ class LegoWorldPresenter : public LegoEntityPresenter {
{ {
return !strcmp(name, LegoWorldPresenter::ClassName()) || LegoEntityPresenter::IsA(name); return !strcmp(name, LegoWorldPresenter::ClassName()) || LegoEntityPresenter::IsA(name);
} }
private: private:
undefined4 m_unk50; undefined4 m_unk50;
}; };