mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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