summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/friend/friend_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/friend/friend_a.h')
-rw-r--r--src/core/hle/service/friend/friend_a.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/core/hle/service/friend/friend_a.h b/src/core/hle/service/friend/friend_a.h
new file mode 100644
index 000000000..68fa58297
--- /dev/null
+++ b/src/core/hle/service/friend/friend_a.h
@@ -0,0 +1,18 @@
+// Copyright 2018 yuzu emulator team
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+#include "core/hle/service/friend/friend.h"
+
+namespace Service {
+namespace Friend {
+
+class Friend_A final : public Module::Interface {
+public:
+ explicit Friend_A(std::shared_ptr<Module> module);
+};
+
+} // namespace Friend
+} // namespace Service