GetFactorySystem() docs

This commit is contained in:
Marvin D 2022-08-21 01:02:07 +02:00
parent 10b87b3bbc
commit af9b7e9d8c

View File

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