summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/mii/mii.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-27 21:39:30 +0200
committerLioncash <mathew1800@gmail.com>2018-07-27 22:01:29 +0200
commitf46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9 (patch)
treebf510ba8871ea8a6d2064f6f5b0d26626701e146 /src/core/hle/service/mii/mii.h
parentMerge pull request #837 from lioncash/priv (diff)
downloadyuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar
yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar.gz
yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar.bz2
yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar.lz
yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar.xz
yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.tar.zst
yuzu-f46bfdd77dd33b3495d6b9f16a955adc3e2e1bf9.zip
Diffstat (limited to 'src/core/hle/service/mii/mii.h')
-rw-r--r--src/core/hle/service/mii/mii.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/core/hle/service/mii/mii.h b/src/core/hle/service/mii/mii.h
new file mode 100644
index 000000000..7ce9be50e
--- /dev/null
+++ b/src/core/hle/service/mii/mii.h
@@ -0,0 +1,15 @@
+// Copyright 2018 yuzu emulator team
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+namespace Service::SM {
+class ServiceManager;
+}
+
+namespace Service::Mii {
+
+void InstallInterfaces(SM::ServiceManager& sm);
+
+} // namespace Service::Mii