mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
63f03455f3
I have no idea if this works or not. Hopefully the build bot will tell me.
14 lines
276 B
C++
14 lines
276 B
C++
// Copyright 2018 Dolphin Emulator Project
|
|
// Licensed under GPLv2+
|
|
// Refer to the license.txt file included.
|
|
|
|
#pragma once
|
|
|
|
namespace Discord
|
|
{
|
|
void Init();
|
|
void UpdateDiscordPresence();
|
|
void Shutdown();
|
|
void SetDiscordPresenceEnabled(bool enabled);
|
|
} // namespace Discord
|