Lime3DS/src/core/hle/service/nwm/nwm.h

17 lines
356 B
C
Raw Normal View History

2016-12-22 09:06:27 +01:00
// Copyright 2016 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
2017-11-25 21:08:45 +01:00
#include "core/hle/service/service.h"
2016-12-22 09:06:27 +01:00
namespace Service {
namespace NWM {
/// Initialize all NWM services
2017-11-25 21:08:45 +01:00
void InstallInterfaces(SM::ServiceManager& service_manager);
2016-12-22 09:06:27 +01:00
} // namespace NWM
} // namespace Service