SettingsHandler: Namespace code under the Common namespace

Adds another file in Common to the Common namespace.
This commit is contained in:
Lioncash
2018-05-12 13:39:35 -04:00
parent bf0ee9f702
commit 5677e5d74a
4 changed files with 11 additions and 5 deletions

View File

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