trying to improve the stuff
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user