Remove a few friend class DebugViewer's

This commit is contained in:
Anonymous Maarten 2025-11-21 14:59:43 +01:00
parent dc8ad1d34a
commit 2a853a650b
5 changed files with 0 additions and 10 deletions

View File

@ -109,8 +109,6 @@ class LegoBuildingManager : public MxCore {
LegoCacheSound* m_sound; // 0x24 LegoCacheSound* m_sound; // 0x24
MxBool m_hideAfterAnimation; // 0x28 MxBool m_hideAfterAnimation; // 0x28
LegoWorld* m_world; // 0x2c LegoWorld* m_world; // 0x2c
friend class DebugViewer;
}; };
#endif // LEGOBUILDINGMANAGER_H #endif // LEGOBUILDINGMANAGER_H

View File

@ -82,8 +82,6 @@ class LegoPlantManager : public MxCore {
AnimEntry* m_entries[5]; // 0x10 AnimEntry* m_entries[5]; // 0x10
MxS8 m_numEntries; // 0x24 MxS8 m_numEntries; // 0x24
LegoWorld* m_world; // 0x28 LegoWorld* m_world; // 0x28
friend class DebugViewer;
}; };
#endif // LEGOPLANTMANAGER_H #endif // LEGOPLANTMANAGER_H

View File

@ -137,8 +137,6 @@ class LegoVideoManager : public MxVideoManager {
D3DRMRENDERMODE m_rendermode; // 0x584 D3DRMRENDERMODE m_rendermode; // 0x584
BOOL m_dither; // 0x588 BOOL m_dither; // 0x588
DWORD m_bufferCount; // 0x58c DWORD m_bufferCount; // 0x58c
friend class DebugViewer;
}; };
#endif // LEGOVIDEOMANAGER_H #endif // LEGOVIDEOMANAGER_H

View File

@ -101,8 +101,6 @@ class LegoROI : public ViewROI {
BoundingSphere m_sphere; // 0xe8 BoundingSphere m_sphere; // 0xe8
LegoBool m_sharedLodList; // 0x100 LegoBool m_sharedLodList; // 0x100
LegoEntity* m_entity; // 0x104 LegoEntity* m_entity; // 0x104
friend class DebugViewer;
}; };
// VTABLE: LEGO1 0x100dbea8 // VTABLE: LEGO1 0x100dbea8

View File

@ -55,8 +55,6 @@ class MxTickleManager : public MxCore {
private: private:
MxTickleClientPtrList m_clients; // 0x08 MxTickleClientPtrList m_clients; // 0x08
friend class DebugViewer;
}; };
#define TICKLE_MANAGER_NOT_FOUND 0x80000000 #define TICKLE_MANAGER_NOT_FOUND 0x80000000