1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Add missing parameter doc for ISmmAPI::GetServerFactory()

This commit is contained in:
rtldg 2024-01-13 02:00:28 +00:00 committed by Nicholas Hastings
parent e907e5293f
commit aece7d5161

View File

@ -115,6 +115,7 @@ namespace SourceMM
/**
* @brief Returns an interface factory for the GameDLL.
*
* @param syn If syn is true, the synthetic wrapper is returned.
* If syn is false, the true function is returned.
* @return CreateInterfaceFn function pointer.
*/