mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-08 18:13:02 -04:00
15 lines
200 B
C++
15 lines
200 B
C++
#pragma once
|
|
|
|
#ifdef DUSK_DISCORD
|
|
|
|
namespace dusk::discord {
|
|
|
|
void initialize();
|
|
void run_callbacks();
|
|
void update_presence();
|
|
void shutdown();
|
|
|
|
} // namespace dusk::discord
|
|
|
|
#endif // DUSK_DISCORD
|