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

15 lines
331 B
C++
Raw Normal View History

2016-12-22 08:06:27 +00: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 20:08:45 +00:00
#include "core/hle/service/service.h"
namespace Service::NWM {
2016-12-22 08:06:27 +00:00
/// Initialize all NWM services
2017-11-25 20:08:45 +00:00
void InstallInterfaces(SM::ServiceManager& service_manager);
2016-12-22 08:06:27 +00:00
} // namespace Service::NWM