(svn r24487) -Codechange [FS#5236]: make several DoesContentExist return the path instead of a boolean (LordAro)
This commit is contained in:
@@ -253,3 +253,12 @@
|
||||
}
|
||||
|
||||
#endif /* defined(ENABLE_NETWORK) */
|
||||
|
||||
/* static */ GameScannerInfo *Game::GetScannerInfo()
|
||||
{
|
||||
return Game::scanner_info;
|
||||
}
|
||||
/* static */ GameScannerLibrary *Game::GetScannerLibrary()
|
||||
{
|
||||
return Game::scanner_library;
|
||||
}
|
||||
|
Reference in New Issue
Block a user