mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 17:27:50 +00:00
core: Add LM::Manager to system
Allows centralized control over logging mechanisms.
This commit is contained in:
parent
ad5328136a
commit
2fa697bb7c
6 changed files with 39 additions and 19 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace Service::SM {
|
||||
class ServiceManager;
|
||||
namespace Core {
|
||||
class System;
|
||||
}
|
||||
|
||||
namespace Service::LM {
|
||||
|
||||
/// Registers all LM services with the specified service manager.
|
||||
void InstallInterfaces(SM::ServiceManager& service_manager);
|
||||
void InstallInterfaces(Core::System& system);
|
||||
|
||||
} // namespace Service::LM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue