Refactor MxPtrList to use p_ownership (#344)

* Refactor MxPtrList to use p_ownership

* Remove class names
This commit is contained in:
Christian Semmler
2023-12-20 20:09:05 -05:00
committed by GitHub
parent db60467ba3
commit afadca953b
24 changed files with 148 additions and 217 deletions

View File

@@ -10,7 +10,7 @@
DECOMP_SIZE_ASSERT(LegoWorld, 0xf8);
// STUB: LEGO1 0x1001ca40
LegoWorld::LegoWorld()
LegoWorld::LegoWorld() : m_list0x68(TRUE)
{
// TODO
}