mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-28 00:55:39 +00:00
10 lines
169 B
C++
10 lines
169 B
C++
|
#include "GamesDBScraper.h"
|
||
|
|
||
|
std::vector<MetaDataList> GamesDBScraper::getResults(ScraperSearchParams params)
|
||
|
{
|
||
|
std::vector<MetaDataList> results;
|
||
|
|
||
|
return results;
|
||
|
}
|
||
|
|