mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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