Fix GetFactorySystem not being exported

This commit is contained in:
O-Robotic 2024-10-08 13:18:45 +01:00
parent 64a3832e24
commit db72a5c42e

View File

@ -49,7 +49,7 @@ public:
};
extern CFactorySystem g_FactorySystem;
PLATFORM_INTERFACE IFactorySystem* GetFactorySystem();
DLL_EXPORT IFactorySystem* GetFactorySystem();
///////////////////////////////////////////////////////////////////////////////
inline void*(*v_CreateInterfaceInternal)(const char* pName, int* pReturnCode);