UICommon.h 285 B

1234567891011121314151617
  1. // Copyright 2014 Dolphin Emulator Project
  2. // Licensed under GPLv2+
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. namespace UICommon
  6. {
  7. void Init();
  8. void Shutdown();
  9. void CreateDirectories();
  10. void SetUserDirectory(const std::string& custom_path);
  11. } // namespace UICommon