InputCommon: Use nested namespace specifiers where applicable

This commit is contained in:
Lioncash
2019-06-17 16:39:24 -04:00
parent 8e030a4a45
commit ec60027f56
38 changed files with 78 additions and 195 deletions

View File

@ -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