mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -4,11 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Quartz
|
||||
namespace ciface::Quartz
|
||||
{
|
||||
void PopulateDevices(void* window);
|
||||
void DeInit();
|
||||
} // namespace Quartz
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Quartz
|
||||
|
Reference in New Issue
Block a user