mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 04:47:57 +00:00
Rebase
This commit is contained in:
parent
d927a700da
commit
2936be3ae1
2 changed files with 12 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue