mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -6,9 +6,7 @@
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
#include "InputCommon/ControllerInterface/Quartz/QuartzKeyboardAndMouse.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Quartz
|
||||
namespace ciface::Quartz
|
||||
{
|
||||
void PopulateDevices(void* window)
|
||||
{
|
||||
@ -21,5 +19,4 @@ void PopulateDevices(void* window)
|
||||
void DeInit()
|
||||
{
|
||||
}
|
||||
} // namespace Quartz
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Quartz
|
||||
|
Reference in New Issue
Block a user