trying to improve the stuff

This commit is contained in:
2025-12-26 23:59:32 +02:00
parent 352b3b1fc8
commit bf5ca2c23b
9 changed files with 95 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ void *CreateInterface( const char *szName, int *pReturnCode )
return 0;
}
CreateInterfaceFn Plat_GetInterfaceFactory( void *lib )
CreateInterfaceFn Sys_GetFactory( void *lib )
{
return (CreateInterfaceFn)Plat_GetProc(lib, "CreateInterface");
}