From 8d3ff2b12723b577909e5996fffcc1532b6fbad6 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Sat, 21 Sep 2019 19:11:52 +1000 Subject: Deglobalize System: Nim --- src/core/hle/service/nim/nim.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/core/hle/service/nim/nim.h') diff --git a/src/core/hle/service/nim/nim.h b/src/core/hle/service/nim/nim.h index 2a2a92df0..dbe25dc01 100644 --- a/src/core/hle/service/nim/nim.h +++ b/src/core/hle/service/nim/nim.h @@ -8,8 +8,12 @@ namespace Service::SM { class ServiceManager; } +namespace Core { +class System; +} + namespace Service::NIM { -void InstallInterfaces(SM::ServiceManager& sm); +void InstallInterfaces(SM::ServiceManager& sm, Core::System& system); } // namespace Service::NIM -- cgit v1.2.3