blob: 54fa06fc129c896d1c31089d142be9578c2f0026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Copyright 2020 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace ciface::WGInput
{
void Init();
void DeInit();
void PopulateDevices();
} // namespace ciface::WGInput
|