mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
InputCommon: Use nested namespace specifiers where applicable
This commit is contained in:
@ -16,9 +16,7 @@
|
||||
|
||||
#include "InputCommon/ControllerInterface/Device.h"
|
||||
|
||||
namespace ciface
|
||||
{
|
||||
namespace SDL
|
||||
namespace ciface::SDL
|
||||
{
|
||||
void Init();
|
||||
void DeInit();
|
||||
@ -158,5 +156,4 @@ private:
|
||||
SDL_Haptic* m_haptic;
|
||||
#endif
|
||||
};
|
||||
} // namespace SDL
|
||||
} // namespace ciface
|
||||
} // namespace ciface::SDL
|
||||
|
Reference in New Issue
Block a user