| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,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 |