working on rendering
This commit is contained in:
@@ -27,3 +27,8 @@ void *CreateInterface( const char *szName, int *pReturnCode )
|
||||
*pReturnCode = 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
CreateInterfaceFn Plat_GetInterfaceFactory( void *lib )
|
||||
{
|
||||
return (CreateInterfaceFn)Plat_GetProc(lib, "CreateInterface");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user