mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
GetFactorySystem() docs
This commit is contained in:
parent
10b87b3bbc
commit
af9b7e9d8c
@ -108,6 +108,9 @@ const char* CFactory::GetFactoryFullName(const string& svFactoryName) const
|
||||
return "";
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
// Purpose: expose factory system to other dlls
|
||||
//---------------------------------------------------------------------------------
|
||||
extern "C" __declspec(dllexport) void* GetFactorySystem()
|
||||
{
|
||||
return g_pFactory;
|
||||
|
Loading…
x
Reference in New Issue
Block a user