summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.h
blob: a5682ee2666e854372f7f7fda3b036c008c07779 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2018 yuzu emulator team
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

namespace Service::SM {
class ServiceManager;
}

namespace Core {
class System;
}

namespace Service::PlayReport {

void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system);

} // namespace Service::PlayReport