InputCommon: Use nested namespace specifiers where applicable

This commit is contained in:
Lioncash
2019-06-17 16:51:41 -04:00
parent 8e030a4a45
commit ec60027f56
38 changed files with 78 additions and 195 deletions
@@ -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