Match more scalar deleting destructors (#568)

This commit is contained in:
MS
2024-02-16 13:15:53 -05:00
committed by GitHub
parent 9bc5890da6
commit ad3a1de055
7 changed files with 47 additions and 3 deletions

View File

@@ -9,10 +9,10 @@ int g_partPresenterConfig1 = 1;
// GLOBAL: LEGO1 0x100f7aa4
int g_partPresenterConfig2 = 100;
// STUB: LEGO1 0x1000cf60
// FUNCTION: LEGO1 0x1000cf60
void LegoPartPresenter::Destroy()
{
// TODO
Destroy(FALSE);
}
// FUNCTION: LEGO1 0x1007c990
@@ -29,6 +29,12 @@ MxResult LegoPartPresenter::AddToManager()
return SUCCESS;
}
// STUB: LEGO1 0x1007c9d0
void LegoPartPresenter::Destroy(MxBool p_fromDestructor)
{
// TODO
}
// STUB: LEGO1 0x1007deb0
void LegoPartPresenter::ReadyTickle()
{