mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
SettingsHandler: Namespace code under the Common namespace
Adds another file in Common to the Common namespace.
This commit is contained in:
@ -11,6 +11,8 @@
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
class SettingsHandler
|
||||
{
|
||||
public:
|
||||
@ -42,3 +44,4 @@ private:
|
||||
u32 m_position, m_key;
|
||||
std::string decoded;
|
||||
};
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user