LEGO1: remove a few exports

This commit is contained in:
Anonymous Maarten 2025-11-21 14:56:55 +01:00
parent cb62bbe449
commit dc8ad1d34a
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {