mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -7,11 +7,10 @@
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
#include "jni/ButtonManager.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace Android
|
||||
namespace ciface::Android
|
||||
{
|
||||
void PopulateDevices();
|
||||
|
||||
class Touchscreen : public Core::Device
|
||||
{
|
||||
private:
|
||||
@ -65,5 +64,4 @@ public:
|
||||
private:
|
||||
const int _padID;
|
||||
};
|
||||
} // namespace Android
|
||||
} // namespace ciface
|
||||
} // namespace ciface::Android
|
||||
|
Reference in New Issue
Block a user