mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -14,9 +14,7 @@ extern "C" {
|
||||
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace XInput2
|
||||
namespace ciface::XInput2
|
||||
{
|
||||
void PopulateDevices(void* const hwnd);
|
||||
|
||||
@ -113,5 +111,4 @@ private:
|
||||
const int pointer_deviceid, keyboard_deviceid;
|
||||
std::string name;
|
||||
};
|
||||
} // namespace XInput2
|
||||
} // namespace ciface
|
||||
} // namespace ciface::XInput2
|
||||
|
Reference in New Issue
Block a user