suyu/src/core/hle/service/prepo/prepo.h

20 lines
375 B
C++
Raw Normal View History

// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
2019-09-22 08:37:59 +02:00
namespace Core {
class System;
}
namespace Service::SM {
class ServiceManager;
}
namespace Service::PlayReport {
2019-09-22 08:37:59 +02:00
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);
} // namespace Service::PlayReport