Play-/Source/ui_shared/BootablesProcesses.h

9 lines
169 B
C
Raw Normal View History

#pragma once
#include <boost/filesystem.hpp>
void ScanBootables(const boost::filesystem::path&);
void ExtractDiscIds();
2017-10-20 15:40:49 -04:00
void FetchGameTitles();
2017-10-23 07:27:42 -04:00
void FetchCoverUrls();