2014-10-04 19:12:15 +00:00
|
|
|
// Copyright 2014 Dolphin Emulator Project
|
2015-05-17 23:08:10 +00:00
|
|
|
// Licensed under GPLv2+
|
2014-10-04 19:12:15 +00:00
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
namespace UICommon
|
|
|
|
{
|
|
|
|
void Init();
|
|
|
|
void Shutdown();
|
|
|
|
|
|
|
|
void CreateDirectories();
|
2015-02-25 09:23:42 +00:00
|
|
|
void SetUserDirectory(const std::string& custom_path);
|
2014-10-04 19:12:15 +00:00
|
|
|
|
2016-06-24 08:43:46 +00:00
|
|
|
} // namespace UICommon
|