From dc8ad1d34a813e0625681e8540921989698eafc0 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 21 Nov 2025 14:56:55 +0100 Subject: [PATCH] LEGO1: remove a few exports --- LEGO1/lego/legoomni/include/legogamestate.h | 2 +- LEGO1/lego/legoomni/include/legoplantmanager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legogamestate.h b/LEGO1/lego/legoomni/include/legogamestate.h index 94f827a7..cf14a257 100644 --- a/LEGO1/lego/legoomni/include/legogamestate.h +++ b/LEGO1/lego/legoomni/include/legogamestate.h @@ -15,7 +15,7 @@ class LegoStorage; class MxVariableTable; class MxString; -LEGO1_EXPORT extern const char* g_actorNames[7]; +extern const char* g_actorNames[7]; // SIZE 0x08 struct ColorStringStruct { diff --git a/LEGO1/lego/legoomni/include/legoplantmanager.h b/LEGO1/lego/legoomni/include/legoplantmanager.h index dc468dfd..02f8c287 100644 --- a/LEGO1/lego/legoomni/include/legoplantmanager.h +++ b/LEGO1/lego/legoomni/include/legoplantmanager.h @@ -14,7 +14,7 @@ class LegoWorld; // VTABLE: LEGO1 0x100d6758 // SIZE 0x2c -class LEGO1_EXPORT LegoPlantManager : public MxCore { +class LegoPlantManager : public MxCore { public: // SIZE 0x0c struct AnimEntry {