mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 19:25:43 -04:00
19 lines
192 B
C++
19 lines
192 B
C++
#pragma once
|
|
|
|
#ifdef DUSK_DISCORD_RPC
|
|
|
|
namespace dusk {
|
|
namespace discord {
|
|
|
|
void Initialize();
|
|
|
|
void RunCallbacks();
|
|
|
|
void UpdatePresence();
|
|
|
|
void Shutdown();
|
|
}
|
|
}
|
|
|
|
#endif // DUSK_DISCORD_RPC
|