summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/act/act.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/act/act.h')
-rw-r--r--src/core/hle/service/act/act.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/core/hle/service/act/act.h b/src/core/hle/service/act/act.h
new file mode 100644
index 000000000..3481532c0
--- /dev/null
+++ b/src/core/hle/service/act/act.h
@@ -0,0 +1,14 @@
+// Copyright 2016 Citra Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
+#pragma once
+
+namespace Service {
+namespace ACT {
+
+/// Initialize AM service
+void Init();
+
+} // namespace ACT
+} // namespace Service