mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
SettingsHandler: Namespace code under the Common namespace
Adds another file in Common to the Common namespace.
This commit is contained in:
@ -22,6 +22,8 @@
|
||||
#include "Common/SettingsHandler.h"
|
||||
#include "Common/Timer.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
SettingsHandler::SettingsHandler()
|
||||
{
|
||||
Reset();
|
||||
@ -134,3 +136,4 @@ std::string SettingsHandler::GenerateSerialNumber()
|
||||
stream << std::put_time(std::localtime(&t), "%j%H%M%S");
|
||||
return stream.str();
|
||||
}
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user