2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-01 23:29:04 +03:00

Merge pull request #512 from WPMGPRoSToTeMa/patch-10

Fixed F exporting
This commit is contained in:
theAsmodai 2017-08-01 18:38:30 +03:00 committed by GitHub
commit 58db70b9e5

View File

@ -88,7 +88,7 @@ NOXREF const char *GetRateRegistrySetting(const char *pchDef)
return registry->ReadString("rate", pchDef); return registry->ReadString("rate", pchDef);
} }
void EXPORT F(IEngineAPI **api) DLL_EXPORT void F(IEngineAPI **api)
{ {
CreateInterfaceFn fn; CreateInterfaceFn fn;
fn = Sys_GetFactoryThis(); fn = Sys_GetFactoryThis();