1
0
mirror of https://github.com/Mauler125/r5sdk.git synced 2025-02-09 19:15:03 +01:00

Fix GetFactorySystem not being exported

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

@ -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);