Deglobalize System: Btm

This commit is contained in:
David Marcec
2019-09-21 18:42:50 +10:00
parent f2b61ff073
commit c33faabb27
2 changed files with 13 additions and 7 deletions

View File

@@ -8,8 +8,12 @@ namespace Service::SM {
class ServiceManager;
}
namespace Core {
class System;
};
namespace Service::BTM {
void InstallInterfaces(SM::ServiceManager& sm);
void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::BTM