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:
parent
64a3832e24
commit
db72a5c42e
@ -49,7 +49,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
extern CFactorySystem g_FactorySystem;
|
extern CFactorySystem g_FactorySystem;
|
||||||
PLATFORM_INTERFACE IFactorySystem* GetFactorySystem();
|
DLL_EXPORT IFactorySystem* GetFactorySystem();
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
inline void*(*v_CreateInterfaceInternal)(const char* pName, int* pReturnCode);
|
inline void*(*v_CreateInterfaceInternal)(const char* pName, int* pReturnCode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user