mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
format fix
This commit is contained in:
parent
9c8ec821cc
commit
a8fe0c7919
@ -23,7 +23,7 @@ class LegoEntityPresenter : public MxCompositePresenter {
|
||||
}
|
||||
|
||||
private:
|
||||
virtual void Init(); // vtable+0x68
|
||||
virtual void Init(); // vtable+0x68
|
||||
virtual undefined4 vtable6c(undefined4 p_unknown); // vtable+0x6c
|
||||
|
||||
undefined4 Destroy();
|
||||
|
||||
@ -24,6 +24,7 @@ class LegoWorldPresenter : public LegoEntityPresenter {
|
||||
{
|
||||
return !strcmp(name, LegoWorldPresenter::ClassName()) || LegoEntityPresenter::IsA(name);
|
||||
}
|
||||
|
||||
private:
|
||||
undefined4 m_unk50;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user