From e7bb73b52797fad5e0e14871b699d144dd5f67c6 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 22 Feb 2024 16:22:28 -0500 Subject: [PATCH] More annotation fixes --- LEGO1/lego/legoomni/include/legocontainer.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legocontainer.h b/LEGO1/lego/legoomni/include/legocontainer.h index e3cee213..782eeda6 100644 --- a/LEGO1/lego/legoomni/include/legocontainer.h +++ b/LEGO1/lego/legoomni/include/legocontainer.h @@ -39,7 +39,6 @@ class LegoContainerInfo : public map class LegoContainer { public: - // FUNCTION: LEGO1 0x1005b660 virtual ~LegoContainer() { LegoContainerInfo::iterator it; @@ -66,9 +65,6 @@ class LegoContainer { inline void SetOwnership(MxBool p_ownership) { m_ownership = p_ownership; } - // SYNTHETIC: LEGO1 0x1005a310 - // LegoContainer::`scalar deleting destructor' - protected: MxBool m_ownership; // 0x04 LegoContainerInfo m_map; // 0x08 @@ -86,9 +82,6 @@ class LegoTextureContainer : public LegoContainer { LegoTextureContainer() { m_ownership = TRUE; } ~LegoTextureContainer() override; - // SYNTHETIC: LEGO1 0x1005a580 - // LegoTextureContainer::`scalar deleting destructor' - void FUN_10099cc0(TextureData* p_data); protected: @@ -135,15 +128,24 @@ class LegoTextureContainer : public LegoContainer { // TEMPLATE: LEGO1 0x1005a2c0 // map >::~map > +// TEMPLATE: LEGO1 0x1005a310 +// LegoContainer::`scalar deleting destructor' + // TEMPLATE: LEGO1 0x1005a400 // LegoContainerInfo::~LegoContainerInfo // TEMPLATE: LEGO1 0x1005a450 // Map::~Map +// SYNTHETIC: LEGO1 0x1005a580 +// LegoTextureContainer::`scalar deleting destructor' + // TEMPLATE: LEGO1 0x1005a5a0 // List::~List +// TEMPLATE: LEGO1 0x1005b660 +// LegoContainer::~LegoContainer + // GLOBAL: LEGO1 0x100f0100 // _Tree,map >::_Kfn,LegoContainerInfoComparator,allocator >::_Nil // clang-format on