This commit is contained in:
David Marcec 2019-09-22 16:37:59 +10:00
parent d927a700da
commit 2936be3ae1
2 changed files with 12 additions and 8 deletions

View file

@ -8,8 +8,12 @@ namespace Service::SM {
class ServiceManager;
}
namespace Core {
class System;
}
namespace Service::PlayReport {
void InstallInterfaces(Core::System& system);
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);
} // namespace Service::PlayReport