This commit is contained in:
David Marcec
2019-09-22 16:37:59 +10:00
parent d6e830d877
commit 36a97dd8a2
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