summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fgm/fgm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/fgm/fgm.h')
-rw-r--r--src/core/hle/service/fgm/fgm.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/hle/service/fgm/fgm.h b/src/core/hle/service/fgm/fgm.h
index e59691264..75978f2ed 100644
--- a/src/core/hle/service/fgm/fgm.h
+++ b/src/core/hle/service/fgm/fgm.h
@@ -4,12 +4,16 @@
#pragma once
+namespace Core {
+class System;
+}
+
namespace Service::SM {
class ServiceManager;
}
namespace Service::FGM {
-void InstallInterfaces(SM::ServiceManager& sm);
+void InstallInterfaces(SM::ServiceManager& sm, Core::System& system);
} // namespace Service::FGM