13 lines
230 B
C
13 lines
230 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();
|
||
|
} // namespace Discord
|