// Copyright 2019 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. namespace ciface::CemuHookUDPServer { void Init(); void PopulateDevices(); void DeInit(); void SaveSettings(); } // namespace ciface::CemuHookUDPServer