From 2a853a650b6386742d452b3faa3736d5a0df4d29 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 21 Nov 2025 14:59:43 +0100 Subject: [PATCH] Remove a few friend class DebugViewer's --- LEGO1/lego/legoomni/include/legobuildingmanager.h | 2 -- LEGO1/lego/legoomni/include/legoplantmanager.h | 2 -- LEGO1/lego/legoomni/include/legovideomanager.h | 2 -- LEGO1/lego/sources/roi/legoroi.h | 2 -- LEGO1/omni/include/mxticklemanager.h | 2 -- 5 files changed, 10 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legobuildingmanager.h b/LEGO1/lego/legoomni/include/legobuildingmanager.h index 355b9715..e9bb2778 100644 --- a/LEGO1/lego/legoomni/include/legobuildingmanager.h +++ b/LEGO1/lego/legoomni/include/legobuildingmanager.h @@ -109,8 +109,6 @@ class LegoBuildingManager : public MxCore { LegoCacheSound* m_sound; // 0x24 MxBool m_hideAfterAnimation; // 0x28 LegoWorld* m_world; // 0x2c - - friend class DebugViewer; }; #endif // LEGOBUILDINGMANAGER_H diff --git a/LEGO1/lego/legoomni/include/legoplantmanager.h b/LEGO1/lego/legoomni/include/legoplantmanager.h index 02f8c287..187e12b5 100644 --- a/LEGO1/lego/legoomni/include/legoplantmanager.h +++ b/LEGO1/lego/legoomni/include/legoplantmanager.h @@ -82,8 +82,6 @@ class LegoPlantManager : public MxCore { AnimEntry* m_entries[5]; // 0x10 MxS8 m_numEntries; // 0x24 LegoWorld* m_world; // 0x28 - - friend class DebugViewer; }; #endif // LEGOPLANTMANAGER_H diff --git a/LEGO1/lego/legoomni/include/legovideomanager.h b/LEGO1/lego/legoomni/include/legovideomanager.h index b6ad3866..d140ee65 100644 --- a/LEGO1/lego/legoomni/include/legovideomanager.h +++ b/LEGO1/lego/legoomni/include/legovideomanager.h @@ -137,8 +137,6 @@ class LegoVideoManager : public MxVideoManager { D3DRMRENDERMODE m_rendermode; // 0x584 BOOL m_dither; // 0x588 DWORD m_bufferCount; // 0x58c - - friend class DebugViewer; }; #endif // LEGOVIDEOMANAGER_H diff --git a/LEGO1/lego/sources/roi/legoroi.h b/LEGO1/lego/sources/roi/legoroi.h index 00452334..f2615406 100644 --- a/LEGO1/lego/sources/roi/legoroi.h +++ b/LEGO1/lego/sources/roi/legoroi.h @@ -101,8 +101,6 @@ class LegoROI : public ViewROI { BoundingSphere m_sphere; // 0xe8 LegoBool m_sharedLodList; // 0x100 LegoEntity* m_entity; // 0x104 - - friend class DebugViewer; }; // VTABLE: LEGO1 0x100dbea8 diff --git a/LEGO1/omni/include/mxticklemanager.h b/LEGO1/omni/include/mxticklemanager.h index c941d58d..1fae7a43 100644 --- a/LEGO1/omni/include/mxticklemanager.h +++ b/LEGO1/omni/include/mxticklemanager.h @@ -55,8 +55,6 @@ class MxTickleManager : public MxCore { private: MxTickleClientPtrList m_clients; // 0x08 - - friend class DebugViewer; }; #define TICKLE_MANAGER_NOT_FOUND 0x80000000