summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Win32
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Win32')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Win32/Win32.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h b/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h
index 5f4a65c509..acf72d76a0 100644
--- a/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h
+++ b/Source/Core/InputCommon/ControllerInterface/Win32/Win32.h
@@ -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