mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -4,12 +4,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Win32
|
||||
namespace ciface::Win32
|
||||
{
|
||||
void Init(void* hwnd);
|
||||
void PopulateDevices(void* hwnd);
|
||||
void DeInit();
|
||||
} // namespace Win32
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Win32
|
||||
|
Reference in New Issue
Block a user