2016-12-08 10:26:23 +01:00
|
|
|
// Copyright 2016 Citra Emulator Project
|
|
|
|
// Licensed under GPLv2 or any later version
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2018-06-29 10:13:56 +02:00
|
|
|
#include "core/hle/service/service.h"
|
|
|
|
|
2016-12-08 10:26:23 +01:00
|
|
|
namespace Service {
|
|
|
|
namespace QTM {
|
|
|
|
|
|
|
|
/// Initializes all QTM services.
|
2018-06-29 10:13:56 +02:00
|
|
|
void InstallInterfaces(SM::ServiceManager& service_manager);
|
2016-12-08 10:26:23 +01:00
|
|
|
|
|
|
|
} // namespace QTM
|
|
|
|
} // namespace Service
|